Skip to content
Grok

itsoc mcp for Grok

io.github.ankit512/itsoc-mcp

Read-only MCP server over a local log-analysis backend; a client that computes no verdicts.

client:Grok transport:stdio runtime:pypi

Install itsoc mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "itsoc-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "itsoc-mcp"
      ]
    }
  }
}

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

itsoc mcp in other clients