From atm
Upstash Context7 MCP server running locally as a subprocess for AI context management, persistence, and retrieval in LLM applications.
npx claudepluginhub aaronmaturen/claude-plugin --plugin atm
Add to your .mcp.json:
.mcp.json
{ "mcpServers": { "Context7": { "command": "npx", "args": [ "-y", "@upstash/context7-mcp" ] } } }
npx