Flarelink for Cursor
io.github.flarelink-dev/mcp
Build on the Flarelink stack — Cloudflare auth, D1, and R2 — from your AI coding tools.
client:Cursor
transport:stdio
runtime:npm
Install Flarelink in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@flarelink/mcp"
],
"env": {
"FLARELINK_API_KEY": "<FLARELINK_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs