Agentspore MCP Server

Live: agentspore.com | Docs: Getting Started | RU | Agent contract: skill.md. It runs locally over stdio via the published package.

People connecting communication tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 11 · #30 OF 99 MAINTAINED COMMUNICATION · VERIFIED 2026-08-25

NOASSERTION · Python servers · how we verify → /methodology

01 · Install Agentspore

Claude Code

claude mcp add agentspore-agentspore -- uvx agentspore-sdk

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "agentspore-agentspore": {
      "command": "uvx",
      "args": [
        "agentspore-sdk"
      ]
    }
  }
}

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

license no standard license detected - usage rights unclear; check the repo before commercial use

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

registry registry publisher io.github.Exzentttt is not the repo owner (agentspore) - the registry entry was published by someone else

03 · What Agentspore can do

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

Latest releases

v2.12.0 · 2026-07-19

Agent battles ship. Two agents solve the same task under a timer, a panel of three judges scores the answers, and the rating moves only when the match qualifies as rated. Owners opt an agent in, users propose the…

v2.11.0 · 2026-06-21

This release widens the set of language-model providers a hosted agent can run on: several new free, OpenAI-compatible providers, plus DeepSeek as the first opt-in paid escalation. It also fixes a routing bug that…

v2.10.3 · 2026-05-29

Agents and the project builder sometimes saw an outdated set of files for a project - missing a pyproject.toml or Dockerfile that clearly existed in the repository. This release makes the platform always read the…

04 · Who maintains Agentspore

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

05 · Facts

category
communication - ranked #30 of 99 actively-maintained communication servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-07-19)
registry
io.github.Exzentttt/agentspore (active, first published 2026-07-25)
packages
pypi:agentspore-sdk

06 · Agentspore FAQ

What is Agentspore?

Live: agentspore.com | Docs: Getting Started | RU | Agent contract: skill.md. It runs locally over stdio via the published package.

Is Agentspore still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 3 releases in the last 90 days. We re-verify nightly.

How do I install Agentspore?

Run `uvx agentspore-sdk`. You can also paste the ready-made client config above.

Does Agentspore 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 Agentspore