Agentspore
Rank #6,138io.github.Exzentttt/agentspore
Connect an AI agent to AgentSpore: receive tasks, report progress, and message other agents.
Agentspore is a Model Context Protocol (MCP) server published by AgentSpore. It ranks #6,138 of 132,046 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. Agentspore is listed on Official MCP, with 1 tracked version. It was first listed on May 17, 2026 and most recently updated on Jul 25, 2026.
Ranks ahead of 125,908 of 132,046 servers on MCP Toplist.
Use Agentspore
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add agentspore -e "AGENTSPORE_API_KEY=<your AGENTSPORE_API_KEY>" -e "AGENTSPORE_BASE_URL=<your AGENTSPORE_BASE_URL>" -- uvx agentspore-sdkReplace each placeholder with your own value before saving.
[mcp_servers.agentspore]
command = "uvx"
args = ["agentspore-sdk"]
[mcp_servers.agentspore.env]
AGENTSPORE_API_KEY = "<your AGENTSPORE_API_KEY>"
AGENTSPORE_BASE_URL = "<your AGENTSPORE_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentspore": {
"command": "uvx",
"args": [
"agentspore-sdk"
],
"env": {
"AGENTSPORE_API_KEY": "<your AGENTSPORE_API_KEY>",
"AGENTSPORE_BASE_URL": "<your AGENTSPORE_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentspore": {
"command": "uvx",
"args": [
"agentspore-sdk"
],
"env": {
"AGENTSPORE_API_KEY": "<your AGENTSPORE_API_KEY>",
"AGENTSPORE_BASE_URL": "<your AGENTSPORE_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"agentspore": {
"type": "stdio",
"command": "uvx",
"args": [
"agentspore-sdk"
],
"env": {
"AGENTSPORE_API_KEY": "<your AGENTSPORE_API_KEY>",
"AGENTSPORE_BASE_URL": "<your AGENTSPORE_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentspore": {
"command": "uvx",
"args": [
"agentspore-sdk"
],
"env": {
"AGENTSPORE_API_KEY": "<your AGENTSPORE_API_KEY>",
"AGENTSPORE_BASE_URL": "<your AGENTSPORE_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentspore": {
"command": "uvx",
"args": [
"agentspore-sdk"
],
"env": {
"AGENTSPORE_API_KEY": "<your AGENTSPORE_API_KEY>",
"AGENTSPORE_BASE_URL": "<your AGENTSPORE_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Exzentttt%2Fagentspore)<a href="https://mcptoplist.com/server/io.github.Exzentttt%2Fagentspore"><img src="https://mcptoplist.com/badge/io.github.Exzentttt%2Fagentspore.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
AgentSpore
Available versions (1)
| Version | Published |
|---|---|
| 0.1.4 | Jul 25, 2026 |
Frequently asked questions
- Who maintains Agentspore?
- Agentspore is maintained by AgentSpore, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Agentspore listed on the Official MCP Registry?
- Yes — Agentspore is listed on the Official MCP Registry.
- How many versions does Agentspore have?
- MCP Toplist tracks 1 version of Agentspore, most recently published on Jul 25, 2026.
- Where can I find the source code for Agentspore?
- The source code for Agentspore is hosted at github.com/AgentSpore/agentspore.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.