Particles MCP Server

linkedparticles.org · docs.linkedparticles.org · PyPI · Apache-2.0. It runs locally over stdio via the published package.

People who work with agent memory, knowledge base and provenance and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-13 · ★ 2 · #65 OF 208 MAINTAINED DOCUMENTATION · VERIFIED 2026-09-18

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install Particles

before you install - you'll need

Set ANTHROPIC_API_KEY before connecting.

Claude Code

claude mcp add linkedparticles-particles-engine-py -- uvx linkedparticles

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "linkedparticles-particles-engine-py": {
      "command": "uvx",
      "args": [
        "linkedparticles"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-09 - young repo, little track record yet

license Apache-2.0 - declared in the repository

pypi package linkedparticles - check the name against the project README before installing (PyPI has no namespace ownership)

registry vendor namespace org.linkedparticles - domain-verified with the official MCP registry

03 · What Particles can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.139.8 · 2026-09-13

lowercase the GHCR image ref · linkedparticles 1.139.0 - the Particles Engine and surfaces · linkedparticles 1.139.1 - the Particles Engine and surfaces · linkedparticles 1.139.2 - the Particles Engine and surfaces…

v1.139.0 · 2026-08-25

Engine release 1.139.0

v1.138.1 · 2026-08-24

linkedparticles 1.138.1 - the Particles Engine and surfaces · The state-holding Engine of the Particles reference · implementation and its surfaces: the append-only corpus, the · extraction pipeline with subject…

04 · Who maintains Particles

Particles is maintained by linkedparticles. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
documentation - ranked #65 of 208 actively-maintained documentation servers as of 2026-09-18.
release cadence
4 releases in the last 90 days (latest 2026-09-13)
registry
org.linkedparticles/particles (active, first published 2026-09-13)
packages
pypi:linkedparticles

06 · Particles FAQ

What is Particles?

linkedparticles.org · docs.linkedparticles.org · PyPI · Apache-2.0. It runs locally over stdio via the published package.

Is Particles still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-13 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install Particles?

Run `uvx linkedparticles`. The README documents one environment variable (ANTHROPIC_API_KEY) to set first. Set ANTHROPIC_API_KEY before connecting. You can also paste the ready-made client config above.

Does Particles run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Particles