Skip to content
Zed

spikes for Zed

io.github.bierlingm/spikes

UI feedback for AI-assisted building. Click elements, rate them, agents triage via MCP.

client:Zed transport:stdio runtime:npm

Install spikes 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": {
    "spikes": {
      "command": "npx",
      "args": [
        "-y",
        "spikes-mcp"
      ],
      "env": {
        "SPIKES_TOKEN": "<SPIKES_TOKEN>",
        "SPIKES_API_URL": "<SPIKES_API_URL>"
      }
    }
  }
}

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

spikes in other clients