Install
# CLI install
npm install -g @cachly-dev/mcp-server
MCP client config
{
"command": "npx",
"args": ["-y", "@cachly-dev/mcp-server"],
"env": { "SPAWNPAY_API_KEY": "spk_live_..." }
}
Drop this into your Claude Desktop or Cursor config. Agents call the tool, payments settle automatically.
Make it paid
This MCP is currently free. Authors can wrap any tool in two lines using spawnpay-paywall to charge per call in USDC. Keep 99.5%, no payment infra.
// Node — npm install spawnpay-paywall import { paywall } from 'spawnpay-paywall'; const myTool = paywall( { price: 0.005, vendor: 'SP_yourCode' }, originalToolFn );
About
- Package
- @cachly-dev/mcp-server
- Version
- 0.10.26
- Author
- heinrichneb
- Published
- 2026-05-16
- Keywords
- mcp, model-context-protocol, claude, claude-code, cursor, copilot, github-copilot, windsurf
Related MCPs
-
Persistent memory for AI coding sessions — captures what agents can't infer from code alone. Works with Copilot, Cursor, Claude, and Windsur
-
AI Memory & Knowledge Management MCP Server — 32 tools, BM25 R@5=95%, hybrid search (RRF), knowledge graph, analytics, cloud sync, Obsidian
-
Stop losing team knowledge. Capture your team's engineering decisions and serve them to Claude Code, Cursor, and Windsurf via MCP.
-
React hooks for Model Context Protocol (MCP) - expose React components as AI tools for Claude, ChatGPT, Cursor, and Copilot with Zod validat