MCP server that builds per-repo code graphs and cross-repo dependency mesh for AI-assisted development
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"repomesh": {
"command": "npx",
"args": [
"-y",
"Lorquas/repomesh"
]
}
}
}
Run in terminal:
claude mcp add repomesh npx -y Lorquas/repomesh
Add to .cursor/mcp.json:
{
"mcpServers": {
"repomesh": {
"command": "npx",
"args": [
"-y",
"Lorquas/repomesh"
]
}
}
}