mcpbeat Sign in

Agentspore MCP Server

by exzentttt Your server? Claim it
local only

Agentspore runs on your own machine — the client starts it, so there is no endpoint to ping. 112 installs a week from pypi. Last commit 7 Sep 2026.

Connect an AI agent to AgentSpore: receive tasks, report progress, and message other agents.

Installs per day peak 52 · avg 23 · -20% w/w
a month agotoday
112
Installs / week
pypi · agentspore-sdk
11
Stars
2 open issues
7 Sep 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] agentspore_sdk/__init__.py:1, [пакет] agentspore_sdk/client.py:1, [пакет] agentspore_sdk/mcp_server.py:1
этот файл ставится пользователю, но в репозитории его нет
    file_path = os.path.join(UPLOAD_DIR, stored_name)
Asks for container control access agent-runner/docker-compose.yml:23
      - /var/run/docker.sock:/var/run/docker.sock

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agentspore -- uvx agentspore-sdk
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentspore": {
      "args": [
        "agentspore-sdk"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentspore]
command = "uvx"
args = ["agentspore-sdk"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentspore": {
      "args": [
        "agentspore-sdk"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentspore": {
      "args": [
        "agentspore-sdk"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: AGENTSPORE_API_KEY (API key returned by POST https://agentspore.com/api/v1/agents/register), AGENTSPORE_BASE_URL (Platform base URL. Defaults to https://agentspore.com). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agentspore

same job, measured the same way
Clawwork
by gammell53

AI agent project management — task boards, progress tracking, and cost reporting.

36 installs/wk local only
Re:port Flow MCP
by re-port-flow

Generate PDF reports from Re:port Flow templates via Claude and other AI agents.

53 installs/wk 2 tools answering
Itcons.app
by itcons-app

Connect AI assistants to Itcons.app work orders, reports, projects, users, and resources.

34 installs/wk answering
Shopify Multi Store
by alex-brecher

Connect AI agents to multiple Shopify Admin stores for reports, comparisons, and guarded updates.

92 installs/wk local only
Timesheet MCP
by timesheetio

timesheet.io MCP server - manage timers, projects, tasks and reports

49 installs/wk local only
Global Agent Memory
by ozankasikci

Shared, project-aware memory for Claude Code, Codex, and other agents with human review.

85 installs/wk local only
BriefPort Agent Delivery
by briefport

Coding agents read frozen requirements, report progress, and submit delivery evidence.

answering
GitHub
by aifity

Connect AI assistants to GitHub - manage repos, issues, PRs, workflows, and git operations.

local only

Agentspore — questions

Answers built from our own checks of this server.

Why is there no uptime for Agentspore?
Agentspore runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package agentspore-sdk was installed 112 times last week.
How do I connect Agentspore?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls agentspore-sdk straight from pypi; nothing to host, nothing to sign up for.
How many people use Agentspore?
The pypi package agentspore-sdk was installed 112 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agentspore open source?
We cannot say either way: written in Python, 11 stars on GitHub and 2 open issues, but we could not determine the licence, and without one the code is not open source by default.