Skip to content
Grok

silex for Grok

io.github.silex-tec/silex

Local-first MCP server that reconstructs architecture, workflows and business rules from your code.

client:Grok transport:stdio runtime:pypi

Install silex in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "silex": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "silex-archaeology"
      ]
    }
  }
}

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

silex in other clients