Skip to content
Zed

agentspore for Zed

io.github.exzentttt/agentspore

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

client:Zed transport:stdio runtime:pypi

Install agentspore in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "agentspore": {
      "command": "uvx",
      "args": [
        "agentspore-sdk"
      ],
      "env": {
        "AGENTSPORE_API_KEY": "<AGENTSPORE_API_KEY>",
        "AGENTSPORE_BASE_URL": "<AGENTSPORE_BASE_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

agentspore in other clients