Skip to content

Deep Agentic Core MCP for Grok

io.github.deepagentlabs/deep-agentic-core-mcp

Unified MCP server for AgenticLens and Agentic Chaos capabilities.

client:Grok transport:stdio runtime:pypi

Install Deep Agentic Core MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "deep-agentic-core-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "deep-agentic-core-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

Deep Agentic Core MCP in other clients