Odel
OpenGrok MCP Server

OpenGrok MCP Server

Local
@icyhot096TypeScriptUpdated 4mo ago

MCP server bridging OpenGrok search engine with AI for instant context across massive codebases.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmopengrok-mcp-serverv9.0.1

Run

npx -y opengrok-mcp-server

MCP client config

{
  "mcpServers": {
    "opengrok-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "opengrok-mcp-server"
      ]
    }
  }
}