Odel
Flarelink

Flarelink

Local
@flarelink-dev1TypeScriptMITUpdated 2mo ago

Build on the Flarelink stack — Cloudflare auth, D1, and R2 — from your AI coding tools.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@flarelink/mcpv0.1.2

Run

npx -y @flarelink/mcp

MCP client config

{
  "mcpServers": {
    "flarelink": {
      "command": "npx",
      "args": [
        "-y",
        "@flarelink/mcp"
      ]
    }
  }
}