← Limn

API keys

Create a revocable, read-only key for the Limn MCP server or CLI. API keys are separate from your browser session.

Create an API key

Active keys

Loading…

Use with an MCP client

Your MCP client supplies this key to the server as LIMN_TOKEN. No global installation is required; the configuration below runs the published package through npx.

{
  "mcpServers": {
    "limn": {
      "command": "npx",
      "args": [
        "-y",
        "@limn-sh/mcp"
      ],
      "env": {
        "LIMN_API_URL": "https://api.limn.sh",
        "LIMN_TOKEN": "limn_sk_REPLACE_WITH_KEY_FROM_SETTINGS"
      }
    }
  }
}

Keep this private. Do not commit the generated config to Git or share it. Revoke the key above if it is exposed.

Open MCP setup guide →