Spatial context scanner — architecture graphs, dependency analysis via CLI and MCP server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"locus": {
"command": "go",
"args": [
"run",
"github.com/dpopsuev/locus@latest"
]
}
}
}
Run in terminal:
claude mcp add locus go run github.com/dpopsuev/locus@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"locus": {
"command": "go",
"args": [
"run",
"github.com/dpopsuev/locus@latest"
]
}
}
}