mcp_servers

pedrocr83/mcp_servers
★ 1 stars Rust 📦 Other Updated today
MCP server for prod
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_servers": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp_servers"
      ]
    }
  }
}