eyjolfurgudnivatne/mcp.gateway
MCP Gateway is a high-performance, extensible library for building Model Context Protocol (MCP) servers in .NET. It enables AI assistants like GitHub Copilot and Claude Desktop to discover and invoke custom tools. The library provides a complete framework for JSON-RPC, MCP protocol implementation, and multiple transport protocols.
Platform-specific configuration:
{
"mcpServers": {
"mcp.gateway": {
"command": "npx",
"args": [
"-y",
"mcp.gateway"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...