Skip to content
Back to search
30
MCP

Smart Proxy (daedalus)

pulsemcp/smart proxy (daedalus)

Token-efficient MCP gateway that uses semantic vector search to route tool calls across multiple upstream servers, reducing prompt token consumption.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.daedalus/mcp-smart-proxy
An MCP server that provides a smart proxy to other mcp servers
0 tools
io.github.daedalus/mcp-llm-gateway
MCP-compatible LLM gateway that proxies completion requests.
0 tools
io.github.steveweltman/4q-tokenz
Intelligent MCP proxy that reduces token usage by exposing only mcp_search and mcp_call.
0 tools
frugal-mcp
Cost-optimized MCP server and proxy router for Claude, Cursor, and any agent. Picks the cheapest model + toolchain per use case.
0 tools
dmcp
MCP proxy server that reduces LLM context overhead with on-demand tool loading from multiple upstream servers.
0 tools
io.github.karashiiro/my-cool-proxy
An MCP server gateway that minimizes context usage via progressive Lua-driven discovery 🌙
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "smart_proxy_(daedalus)": {
      "url": "None",
      "transport": "http"
    }
  }
}