Skip to content
Grok

Serena MCP: the IDE for your agent for Grok

io.github.oraios/serena

A powerful toolkit for coding, providing semantic retrieval and editing capabilities.

client:Grok transport:stdio runtime:pypi

Install Serena MCP: the IDE for your agent in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "serena": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "serena-agent"
      ]
    }
  }
}

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

Serena MCP: the IDE for your agent in other clients