mcp-saas
by gautamrajur
Overview
A SaaS platform for visually building, deploying, and managing Model Context Protocol (MCP) servers without writing code.
Installation
npm run devEnvironment Variables
- DATABASE_URL
- NEXTAUTH_URL
- NEXTAUTH_SECRET
- ENCRYPTION_KEY
Security Notes
CRITICAL: The `code-generator.ts` directly injects the `tool.implementation` field from the database into the generated TypeScript server code without sanitization or sandboxing. This allows for arbitrary code execution on the deployed MCP servers if a malicious user can control this field. This is a severe vulnerability. Additionally, `server/trpc/router/connectors.ts` has a `TODO: Encrypt credentials`, implying sensitive connector credentials may currently be stored unencrypted.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
ncp
NCP acts as a universal adapter and orchestrator for Model Context Protocol (MCP) servers and tools. It provides a unified interface for discovery, execution, and management of diverse tools (local CLI, HTTP APIs, internal plugins/Photons, AI skills) through natural language and structured code interaction, enabling AI agents to interact with the broader digital ecosystem.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.
mcp-cli
A command-line interface tool for managing Model Context Protocol (MCP) server configuration files across various AI tools.