MOZCODE

Malek1414/MOZCODE
★ 0 stars TypeScript AI/LLM Updated today
Symbol-level MCP server for Claude Code — returns symbols/outlines instead of whole files to cut input-token use, with AST-anchored edits, a Saira-styled local savings dashboard (tokens/cost/time/LLM-calls/API-cost/efficiency), and Haiku-routed agents. Clean-room OSS inspired by a public WOZCODE teardown.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mozcode": {
      "command": "npx",
      "args": [
        "-y",
        "Malek1414/MOZCODE"
      ]
    }
  }
}

README Excerpt

**A symbol-level MCP server for Claude Code that cuts input-token consumption.** MOZCODE hands the model the *symbol it asked for* — a single function, class, or method — instead of a whole file. It parses source with tree-sitter, anchors edits to AST spans so the model never re-reads a file after editing, routes broad

Tools (4)

code_editcode_outlinecode_readcode_search