mcpconfig

AIWander/mcpconfig
★ 1 stars Rust 🤖 AI/LLM Updated today
Universal MCP-aware agent driver. Bridges any OpenAI-compatible LLM endpoint to any MCP server. Model-agnostic via OpenAI Chat Completions, server-agnostic via standard stdio MCP.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpconfig": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcpconfig"
      ]
    }
  }
}

README Excerpt

Universal MCP-aware agent driver. Bridges any OpenAI-compatible LLM endpoint to any MCP server. A single Rust binary that: 1. Spawns one or more MCP servers as subprocesses, speaks MCP over stdio 2. Aggregates their tool definitions into a unified registry 3. Registers that registry with any OpenAI-compatible LLM endpoint (vLLM, llama.cpp, Ollama, etc.)

Tools (7)

deepseek_v3handsllama3_jsonmistralopenaiqwen3_codertool_call_parser