mcpr

conikeec/mcpr
★ 352 stars Rust 🧠 Memory/Knowledge Updated 2mo ago
Model Context Protocol (MCP) implementation in Rust
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": {
    "mcpr": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcpr"
      ]
    }
  }
}