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)
{
"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