Skip to content
Back to search
30
MCP v0.1.0

io.github.daedalus/mcp-llm-gateway

io.github.daedalus/mcp-llm-gateway

MCP-compatible LLM gateway that proxies completion requests.

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

Similar MCP servers embedding-nearest

io.github.daedalus/mcp-sparql
MCP server exposing SPARQL query functionalities for LLMs
0 tools
io.github.daedalus/mcp-smart-proxy
An MCP server that provides a smart proxy to other mcp servers
0 tools
xylplm/mcp-proxy-gateway
A universal aggregation & proxy gateway for MCP (Model Context Protocol)
0 tools
io.github.mikerawsonnz/authenticated-mcp-agent
JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
0 tools · streamable-http
io.github.daedalus/mcp-manimgl
MCP server exposing manimgl mathematical animation functionality as tools for LLMs
0 tools
io.github.daedalus/mcp-external-memory
An MCP server that gives LLMs persistent, searchable semantic memory
0 tools

How to use

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

{
  "mcpServers": {
    "io.github.daedalus/mcp-llm-gateway": {
      "url": "None",
      "transport": "http"
    }
  }
}