← Index

io.github.ozten/cantrip

io.github.ozten/cantrip·v1.0.5·Other
Quality Score
83
/100

MCP server for Cantrip — AI-powered GTM engine for solo founders

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "cantrip": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-cantrip"
      ],
      "env": {
        "CANTRIP_API_KEY": "<your-cantrip_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "cantrip": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-cantrip"
      ],
      "env": {
        "CANTRIP_API_KEY": "<your-cantrip_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-server-cantrip
§02  Environment variables
CANTRIP_API_KEY
requiredsecret

Your Cantrip API key

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