mcp-forge

pleme-io/mcp-forge
★ 0 stars Rust 🔌 API Integration Updated 1d ago
Generate Rust MCP servers from OpenAPI specs — types, client, MCP tools, CLI, Nix flake
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-forge": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-forge"
      ]
    }
  }
}

README Excerpt

Generate Rust MCP servers from OpenAPI specs — types, client, MCP tools, CLI, Nix flake