cantrip for Cursor
io.github.ozten/cantrip
MCP server for Cantrip — AI-powered GTM engine for solo founders
client:Cursor
transport:stdio
runtime:npm
Install cantrip in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cantrip": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-cantrip"
],
"env": {
"CANTRIP_API_KEY": "<CANTRIP_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs