spikes for Cursor
io.github.bierlingm/spikes
UI feedback for AI-assisted building. Click elements, rate them, agents triage via MCP.
client:Cursor
transport:stdio
runtime:npm
Install spikes in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"spikes": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"spikes-mcp"
],
"env": {
"SPIKES_TOKEN": "<SPIKES_TOKEN>",
"SPIKES_API_URL": "<SPIKES_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs