opengrok-mcp-server

RD2W/opengrok-mcp-server
★ 0 stars Rust Security Updated today
MCP server for OpenGrok code search — 15 tools for full-text search, symbol definitions, references, file history, and annotations across AOSP-scale codebases. Built in Rust with async reqwest client, in-memory TTL cache, and rate limiting. Supports token, HTTP Basic auth, and custom CA certificates.
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": {
    "opengrok-mcp-server": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "opengrok-mcp-server"
      ]
    }
  }
}

Topics

aospcode-searchmcpmcp-servermodel-context-protocolopengrokrustsource-code-reading