reclaim-mcp
v1.0.5
Published
MCP server exposing Reclaim's agentic API as Claude tools
Readme
reclaim-mcp
MCP server exposing Reclaim's agentic APIs as tools.
Environment
Set these variables in the MCP host process:
RECLAIM_API_URL(example:https://<project-ref>.supabase.co)RECLAIM_API_KEY(user API key generated from Reclaim MCP key management)
Claude Desktop config
{
"mcpServers": {
"reclaim": {
"command": "npx",
"args": ["-y", "reclaim-mcp"],
"env": {
"RECLAIM_API_URL": "https://<project-ref>.supabase.co",
"RECLAIM_API_KEY": "rk_..."
}
}
}
}Security notes
- Never expose
RECLAIM_API_KEYin browser code. - Rotate API keys if leaked.
- Use separate keys per user/device.
