★ 1 stars
TypeScript
🤖 AI/LLM
Updated today
Universal MCP server gateway for AI agents. Discover, activate, and orchestrate 3,400+ Model Context Protocol tools from a single config. Semantic routing, JIT tool loading, FSM gating. TypeScript/stdio.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"discover-mcp": {
"command": "npx",
"args": [
"-y",
"vinkius-labs/discover-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add discover-mcp npx -y vinkius-labs/discover-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"discover-mcp": {
"command": "npx",
"args": [
"-y",
"vinkius-labs/discover-mcp"
]
}
}
}
📋 Copy
Topics
ai-agent claude-desktop function-calling llm-tools mcp mcp-client mcp-server model-context-protocol npx semantic-routing stdio tool-use typescript