chiton

Eric-Fernald/chiton
★ 0 stars Go AI/LLM Updated 1mo ago
Like the mollusk it's named after, Chiton is many independent plates flexing as one organism. AST extraction, semantic embeddings, Leiden clustering, and an MCP server fused into a single Go binary that gives AI assistants a graph-grounded memory of your code.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "chiton": {
      "command": "go",
      "args": [
        "run",
        "github.com/Eric-Fernald/chiton@latest"
      ]
    }
  }
}

README Excerpt

Like the mollusk it's named after, Chiton is many independent plates flexing as one organism. AST extraction, semantic embeddings, Leiden clustering, and an MCP server fused into a single Go binary that gives AI assistants a graph-grounded memory of your code.