yoyo

avirajkhare00/yoyo
★ 16 stars Rust 🤖 AI/LLM Updated 1mo ago
yoyo is a local MCP server for repository reading and change work. It exists to make coding agents less hallucinated, more grounded, and more truthful when they answer questions about a real codebase.
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": {
    "yoyo": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "yoyo"
      ]
    }
  }
}

Topics

astrusttree-sitter-parser