wordkeep

inatos/wordkeep
★ 1 stars Rust AI/LLM Updated today
Token-budgeted MCP server for coding agents: tree-sitter maps, call graphs, and project docs over stdio.
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": {
    "wordkeep": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "wordkeep"
      ]
    }
  }
}

README Excerpt

Local MCP server that gives coding agents structured, token-budgeted context instead of full-file dumps. Point it at any repository with `--root` and call tools over stdio (JSON-RPC). Works with Cursor, VS Code Copilot, Claude Desktop, Zed, and other MCP clients. See [blog.md](./blog.md) for project rationale, architecture decisions, and the problems solved during development.

Tools (14)

WORDKEEP_MAS_ENTRY_TOKENSWORDKEEP_ROOTWORDKEEP_TRACY_CSVEXPORTknowledge_searchoutlineprofilerepo_mapsession_handoffsession_pressurestatssymbol_contextsymbol_refstest_commandtest_map

Topics

developer-toolsllmmcprusttree-sitter