mcp-boilerplate
by milxxyzxc
Overview
Provides a Model Context Protocol (MCP) server boilerplate to seamlessly connect AI models to data sources with robust SSE transport and built-in tools.
Installation
npm startEnvironment Variables
- PORT
- HOST
- API_KEY
Security Notes
The server uses API Key-based authentication via a query parameter, which is less secure than an Authorization header. Critically, it has a hardcoded default API key 'dev_key' in `src/config.ts`. If not overridden by an environment variable, this key could be used by anyone to access the server's functionality, making it highly insecure for production environments. Logging of tool parameters and results is enabled by default, which could expose sensitive data in logs.
Similar Servers
tmcp
Build Model Context Protocol (MCP) servers for AI agents to interact with external tools and data sources, enabling LLMs to access context and perform actions.
mcp-servers
Provides a curated collection of Model Context Protocol (MCP) server configurations to enable AI agents to interact with various developer tools and services.
1xn-vmcp
An open-source tool for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, facilitating fine-grained context-engineering for AI workflows and agents.
mcp-servers
Provides an MCP server for Qdrant vector database integration, enabling AI agents to perform semantic search, store documents, and manage collections with advanced multi-tenant filtering capabilities.