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
{
"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