🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

spikeme-mcp

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spikeme-mcp

MCP server for SpikeMe — let your coding agent (Claude Code, Cursor) analyze your repo's stack and generate grounded, time-boxed spike decision docs without leaving the editor.

latest
Source
npmnpm
Version
0.5.6
Version published
Weekly downloads
41
5.13%
Maintainers
1
Weekly downloads
 
Created
Source

spikeme-mcp

The SpikeMe MCP server. It speaks the Model Context Protocol, so a coding agent like Claude Code or Cursor can call SpikeMe directly — analyze your repo's stack and generate a grounded, time-boxed spike decision document without leaving the editor.

Tools

  • analyze_stack — analyze the repo manifest (package.json, pyproject.toml, requirements.txt) and return the stack, categories, and the gaps that make good spike topics. Local and free, no account.
  • generate_spike — generate a full spike decision document for a topic, grounded in the repo's real stack and in live registry facts (npm/PyPI). Requires a SpikeMe login and an active plan.

Quick start

Claude Code

claude mcp add spikeme -- npx -y spikeme-mcp

Cursor and other MCP clients

Add it to your MCP config (e.g. .cursor/mcp.json or your client's mcpServers block):

{
  "mcpServers": {
    "spikeme": {
      "command": "npx",
      "args": ["-y", "spikeme-mcp"]
    }
  }
}

Authentication

generate_spike needs an active plan. Sign in once with the SpikeMe CLI — npx spikeme login — and the server reuses those credentials (~/.spikeme/credentials.json). For headless setups, set the SPIKEME_TOKEN environment variable in the server's env instead. analyze_stack is always free and needs no token.

Docs

Full documentation: https://spikeme.io/docs/mcp

The CLI (same package family) lives at spikeme.

MIT © SpikeMe

Keywords

mcp

FAQs

Package last updated on 09 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts