MCP Server
MCP
io.github.bierlingm/spikes
UI feedback for AI-assisted building. Click elements, rate them, agents triage via MCP.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "spikes-mcp",
"version": "0.4.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Bearer token for the hosted Spikes API. Required only when using --remote mode against spikes.sh. Local mode reads .spikes/feedback.jsonl and needs no token.",
"format": "string",
"isSecret": true,
"name": "SPIKES_TOKEN"
},
{
"description": "Override the Spikes API base URL. Defaults to https://spikes.sh/api. Useful for self-hosted Spikes workers.",
"format": "string",
"name": "SPIKES_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment