mcp_server

d-carmo/mcp_server
★ 0 stars Rust 📦 Other Updated 7d ago
Simple MCP server, mostly for doc resources, for personal use
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_server": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp_server"
      ]
    }
  }
}