Cursor
.cursor/mcp.jsonCreate a file called .cursor/mcp.json in your project root (or your home directory for global access). Cursor will detect the MCP server on its next restart.
{
"mcpServers": {
"safeweave": {
"command": "npx",
"args": ["-y", "safeweave-mcp"],
"env": {
"SAFEWEAVE_LICENSE_KEY": "sw_live_xxx"
}
}
}
}Note: Omit the env block entirely to use the free tier — no license key needed.