Particles
An append-only ledger of sourced, dated, confidence-scored claims your agent cites and you audit
What this server provides
An append-only ledger of sourced, dated, confidence-scored claims your agent cites and you audit
Packages
uvxTransport stdio- ANTHROPIC_API_KEYRequired
Anthropic API key. Required for the tools that call a model — `query` composes a cited natural-language answer, and the semantic half of `lint` reasons over claim pairs. The accessors that only read the store (`particle_show`, `particles_list`, `subjects_*`, `events_*`, `graph_view`, `quality_report`) work without it.
- DATABASE_URLOptional
SQLAlchemy URL of the belief store to serve. Defaults to `sqlite+aiosqlite:///./particles.db` in the working directory.
Default: sqlite+aiosqlite:///./particles.db - PARTICLES_CONFIGOptional
Path to a `config.yaml` holding the rest of the engine's settings — additional stores, model selection per purpose, and the `mcp.write.enabled_stores` allowlist that turns the write tools on.
Format: filepath