loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

mcp-smart-proxy

MCP Tool

daedalus/mcp-smart-proxy

An MCP server that provides a smart proxy to other mcp servers"

Install

$ npx loaditout add daedalus/mcp-smart-proxy

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "mcp-smart-proxy": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-smart-proxy"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

mcp-smart-proxy

mcp-name: io.github.daedalus/mcp-smart-proxy

> Token-efficient MCP server gateway with semantic tool search

Install
pip install -e .
Usage
from mcp_smart_proxy import MCPSmartProxyServer, load_config

config = load_config("proxy.yaml")
server = MCPSmartProxyServer(config)
CLI
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.yaml
API
Config
  • load_config(path) - Load configuration from YAML file
  • validate_config(path) - Validate configuration file
Server
  • MCPSmartProxyServer - Main server class
Development
pip install -e ".[dev]"
pytest
black src/ tests/
ruff check src/ tests/
flake8 src/ tests/ --max-line-length=88 --extend-ignore=E203,W503

Tags

context-managementcosine-similaritymcpmcp-clientmcp-proxy-servermcp-server

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated20 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/24/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/daedalus/mcp-smart-proxy)](https://loaditout.ai/skills/daedalus/mcp-smart-proxy)