locus

dpopsuev/locus
★ 0 stars Go 🔒 Security Updated today
Spatial context scanner — architecture graphs, dependency analysis via CLI and MCP server
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": {
    "locus": {
      "command": "go",
      "args": [
        "run",
        "github.com/dpopsuev/locus@latest"
      ]
    }
  }
}