mcp.gateway
Verified Safeby eyjolfurgudnivatne
Overview
Build Model Context Protocol (MCP) servers in .NET, enabling AI assistants to discover and invoke C# code as tools, prompts, and resources.
Installation
dotnet runEnvironment Variables
- ASPNETCORE_ENVIRONMENT
- MCP_PROTOCOL_VERSION
Security Notes
The framework provides robust features like session management, protocol version validation, lifecycle hooks for authorization/logging, and structured error handling, which are conducive to building secure systems. The documentation explicitly recommends HTTPS for production and provides detailed guidance on implementing JWT authentication to replace simple, hardcoded demo tokens found in examples. No malicious patterns or obfuscation were detected. However, developers must diligently implement proper authentication/authorization and input validation as advised, as the provided demo tokens are insecure for production use.
Similar Servers
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers.
mcp-context-forge
Converts web content (HTML, PDF, DOCX, etc.) and local files from a URL into high-quality Markdown format. It supports multiple conversion engines, content optimization, batch processing, and image handling.
MCPJungle
MCPJungle is a self-hosted Model Context Protocol (MCP) Gateway that allows developers to register and manage various MCP servers and their tools from a central location, enabling AI agents to discover and consume these tools from a single gateway.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.