arch-mcp-server

Citizen4our/arch-mcp-server
★ 1 stars Rust 🧠 Memory/Knowledge Updated 1d ago
MCP server that gives code agents architectural context - ERD diagrams, code policies, API docs, service relationships, and best practices.
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": {
    "arch-mcp-server": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "arch-mcp-server"
      ]
    }
  }
}