★ 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"
]
}
}
}
Run in terminal:
claude mcp add arch-mcp-server cargo run -- arch-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"arch-mcp-server": {
"command": "cargo",
"args": [
"run",
"--",
"arch-mcp-server"
]
}
}
}