mcp-tools

mattmacy/mcp-tools
★ 0 stars Rust 🤖 AI/LLM Updated today
MCP servers + clangd launcher: codex-stdio backend, worktree pool, memory-bounded clangd driver
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": {
    "mcp-tools": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-tools"
      ]
    }
  }
}

README Excerpt

A small workspace of standalone MCP (Model Context Protocol) server binaries plus a clangd launcher, all licensed Apache-2.0. Stdio MCP server that wraps the OpenAI `codex` CLI as a worker backend for any MCP-aware client. Exposes a stable `codex_health` + `codex_run_task` tool surface so callers do not