Loading MCP server directory, please wait...
MCP server bridging OpenGrok search engine with AI for instant context across massive codebases.
npx @getmcp/cli add io.github.IcyHot09/opengrok-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
OPENGROK_BASE_URLOpenGrok server base URL (e.g. https://opengrok.example.com/source/)
OPENGROK_USERNAMEOpenGrok authentication username
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.IcyHot09/opengrok-mcp-server": {
"command": "npx",
"args": [
"-y",
"opengrok-mcp-server"
],
"env": {
"OPENGROK_BASE_URL": "",
"OPENGROK_USERNAME": "",
"OPENGROK_PASSWORD": "",
"OPENGROK_VERIFY_SSL": "true",
"OPENGROK_CODE_MODE": "false",
"OPENGROK_DEFAULT_PROJECT": "",
"OPENGROK_CONTEXT_BUDGET": "minimal",
"OPENGROK_ENABLE_ELICITATION": "false",
"OPENGROK_SAMPLING_MODEL": ""
}
}
}
}