daedalus/mcp-smart-proxy
An MCP server that provides a smart proxy to other mcp servers"
Platform-specific configuration:
{
"mcpServers": {
"mcp-smart-proxy": {
"command": "npx",
"args": [
"-y",
"mcp-smart-proxy"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
mcp-name: io.github.daedalus/mcp-smart-proxy
> Token-efficient MCP server gateway with semantic tool search
pip install -e .from mcp_smart_proxy import MCPSmartProxyServer, load_config
config = load_config("proxy.yaml")
server = MCPSmartProxyServer(config)mcp-smart-proxy serve --config proxy.yaml
mcp-smart-proxy index --config proxy.yaml
mcp-smart-proxy status --config proxy.yaml
mcp-smart-proxy validate --config proxy.yamlload_config(path) - Load configuration from YAML filevalidate_config(path) - Validate configuration fileMCPSmartProxyServer - Main server classpip install -e ".[dev]"
pytest
black src/ tests/
ruff check src/ tests/
flake8 src/ tests/ --max-line-length=88 --extend-ignore=E203,W503Loading reviews...