Skip to content
Grok

Report Needs MCP Server for Grok

io.github.jarvisonm4/report-needs

MCP server for AI agents to report infrastructure needs they encounter during task execution

client:Grok transport:stdio runtime:pypi

Install Report Needs MCP Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "report-needs": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "report-needs"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Report Needs MCP Server in other clients