Skip to content
Grok

Artel for Grok

io.github.nicolasprimeau/artel

Self-hosted shared-memory & coordination mesh for AI agent fleets. You host it; agents connect.

client:Grok transport:streamable-http

Install Artel in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "artel": {
      "type": "http",
      "url": "https://{artel_host}/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

Artel in other clients