MCP server bridging OpenGrok search engine with AI for instant context across massive codebases.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
opengrok-mcp-server · npm · 9.0.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.IcyHot09/opengrok-mcp-server",
"description": "MCP server bridging OpenGrok search engine with AI for instant context across massive codebases.",
"title": "OpenGrok MCP Server",
"repository": {
"url": "https://github.com/IcyHot09/opengrok-mcp-server",
"source": "github"
},
"version": "9.0.1",
"websiteUrl": "https://github.com/IcyHot09/opengrok-mcp-server",
"packages": [
{
"registryType": "npm",
"identifier": "opengrok-mcp-server",
"version": "9.0.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "OpenGrok server base URL (e.g. https://opengrok.example.com/source/)",
"isRequired": true,
"format": "string",
"placeholder": "https://opengrok.example.com/source/",
"name": "OPENGROK_BASE_URL"
},
{
"description": "OpenGrok authentication username",
"isRequired": true,
"format": "string",
"name": "OPENGROK_USERNAME"
},
{
"description": "OpenGrok authentication password. Prefer storing via OS keychain using 'npx opengrok-mcp-server setup'.",
"format": "string",
"isSecret": true,
"name": "OPENGROK_PASSWORD"
},
{
"description": "Verify TLS certificates. Set to false for self-signed or internal CA certs.",
"format": "boolean",
"default": "true",
"name": "OPENGROK_VERIFY_SSL"
},
{
"description": "Enable Code Mode: 5-tool sandbox interface with env.opengrok.* JavaScript API. Saves 80-95% tokens on large codebases.",
"format": "boolean",
"default": "false",
"name": "OPENGROK_CODE_MODE"
},
{
"description": "Default project to scope all searches. Can be overridden per call.",
"format": "string",
"name": "OPENGROK_DEFAULT_PROJECT"
},
{
"description": "Response size tier controlling token usage.",
"format": "string",
"default": "minimal",
"choices": [
"minimal",
"standard",
"generous"
],
"name": "OPENGROK_CONTEXT_BUDGET"
},
{
"description": "Enable interactive project picker at session start and env.opengrok.elicit() in Code Mode sandbox. Requires a supporting MCP client.",
"format": "boolean",
"default": "false",
"name": "OPENGROK_ENABLE_ELICITATION"
},
{
"description": "Model preference for MCP Sampling (used for error explanation and query reformulation).",
"format": "string",
"name": "OPENGROK_SAMPLING_MODEL"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-03-31T19:30:25.032956Z",
"publishedAt": "2026-03-31T19:30:25.032956Z",
"updatedAt": "2026-03-31T19:30:25.032956Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 9.0.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.