Skip to content
Grok

Particles for Grok

org.linkedparticles/particles

An append-only ledger of sourced, dated, confidence-scored claims your agent cites and you audit

client:Grok transport:stdio runtime:pypi

Install Particles in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "particles": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "linkedparticles"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "DATABASE_URL": "<DATABASE_URL>",
        "PARTICLES_CONFIG": "<PARTICLES_CONFIG>"
      }
    }
  }
}

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

Particles in other clients