agent-context-mcp

jeremymefford/agent-context-mcp
★ 4 stars Rust Code/Dev Tools Updated 1d ago
MCP server that provides deep agent context to your codebases!
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": {
    "agent-context-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "agent-context-mcp"
      ]
    }
  }
}

README Excerpt

`agent-context` is a Rust-native MCP server that gives coding agents indexed code search across one or more local repositories. > [!IMPORTANT] > This project is heavily inspired by [claude-context](https://github.com/zilliztech/claude-context). > The core idea comes directly from that project: give coding agents an indexed code-search surface instead of making them repeatedly rediscover a codebase through shell search.

Tools (12)

claudeclear_indexcodexembeddinggemmaexplain_searchget_file_outlineindex_codebaselist_scopesprepare_edit_targetsearch_codesearch_symbolssearch_text