mcp-server-builder
Verified Safeby rblake2320
Overview
A web application for building and deploying Model Context Protocol (MCP) servers with AI assistance.
Installation
No command providedSecurity Notes
Uses modern frameworks (React, Express, Drizzle ORM) and TypeScript, which generally promote more secure coding practices. Authentication is handled via GitHub OAuth and Passport.js, explicitly noted as 'secure'. Docker support aids in isolated deployments. Potential risks exist with misconfiguration of environment variables (SESSION_SECRET, GitHub OAuth callbacks) and secure handling of the external Google Gemini API key. No signs of eval or obfuscation.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
mcp-compose
This server provides a robust example of OAuth2 authentication for MCP (Model Context Protocol) servers, using GitHub as the identity provider. It demonstrates secure multi-server management, protocol translation, and integration with AI agents for tool invocation.
Create-MCP
Generates Model Context Protocol (MCP) server projects through a command-line interface.
mcp-server
A web-based Docker management platform for deploying, managing, and building custom AI tools (MCP servers) for integration with language models.