Run the Grok Build CLI as MCP tools: agent runs with live progress, code review, web research.
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.
grok-build-mcp-server · npm · 0.2.5
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.Nuruvala/grok-build-mcp-server",
"description": "Run the Grok Build CLI as MCP tools: agent runs with live progress, code review, web research.",
"title": "Grok Build",
"repository": {
"url": "https://github.com/Nuruvala/grok-build-to-claude",
"source": "github",
"id": "1335841987"
},
"version": "0.2.5",
"websiteUrl": "https://github.com/Nuruvala/grok-build-to-claude#readme",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "grok-build-mcp-server",
"version": "0.2.5",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to the grok executable. Only needed when grok is not on PATH.",
"format": "filepath",
"name": "GROK_BINARY"
},
{
"description": "Highest permission level any call may request. Granted once at registration and never prompts again.",
"default": "read-only",
"choices": [
"read-only",
"write",
"full"
],
"name": "GROK_MCP_PERMISSION_CEILING"
},
{
"description": "Permission level used when a call specifies none. Must be at or below the ceiling.",
"default": "read-only",
"choices": [
"read-only",
"write",
"full"
],
"name": "GROK_MCP_DEFAULT_PERMISSION"
},
{
"description": "Model used when a call omits one.",
"default": "grok-4.6",
"name": "GROK_MCP_DEFAULT_MODEL"
},
{
"description": "Reasoning effort used when a call omits one.",
"default": "high",
"name": "GROK_MCP_DEFAULT_EFFORT"
},
{
"description": "Wall-clock kill for a single run, in milliseconds.",
"format": "number",
"default": "1800000",
"name": "GROK_MCP_TIMEOUT_MS"
},
{
"description": "Directory for background job records. Defaults to $XDG_STATE_HOME/grok-mcp.",
"format": "filepath",
"name": "GROK_MCP_STATE_DIR"
},
{
"description": "Background runs alive at once. Use off, none, or unlimited for no cap.",
"default": "4",
"name": "GROK_MCP_MAX_CONCURRENT_RUNS"
},
{
"description": "Emit structuredContent alongside _meta. Off by default because some clients mishandle it.",
"format": "boolean",
"name": "STRUCTURED_CONTENT_ENABLED"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-20T21:45:42.396343Z",
"publishedAt": "2026-08-20T21:45:42.396343Z",
"updatedAt": "2026-08-20T21:45:42.396343Z",
"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 0.2.5last 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.