Unify local AITool instances and remote MCP servers into a single, searchable execution surface with a .NET 10 library.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpgateway": {
"command": "npx",
"args": [
"-y",
"pokshiu/MCPGateway"
]
}
}
}
Run in terminal:
claude mcp add mcpgateway npx -y pokshiu/MCPGateway
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpgateway": {
"command": "npx",
"args": [
"-y",
"pokshiu/MCPGateway"
]
}
}
}