← Index

io.github.bierlingm/spikes

io.github.bierlingm/spikes·v0.4.1·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "spikes": {
      "command": "npx",
      "args": [
        "-y",
        "spikes-mcp"
      ],
      "env": {
        "SPIKES_TOKEN": "<your-spikes_token>",
        "SPIKES_API_URL": "<spikes_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "spikes": {
      "command": "npx",
      "args": [
        "-y",
        "spikes-mcp"
      ],
      "env": {
        "SPIKES_TOKEN": "<your-spikes_token>",
        "SPIKES_API_URL": "<spikes_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y spikes-mcp
§02  Environment variables
SPIKES_TOKEN
secret

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.

SPIKES_API_URL

Override the Spikes API base URL. Defaults to https://spikes.sh/api. Useful for self-hosted Spikes workers.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other