API key only
Connect using a team API key sent via Authorization: Bearer header. No repo access or local Firebase credentials required.
Add the TaskGate MCP server to your AI tool to fetch configs, validate setups, and approve partners — directly from Claude Code.
Available tools
The MCP server requires an API key sent via the Authorization: Bearer header.
Go to the Partner Portal and sign in with your partner account.
Navigate to the API Keys tab and click Create Key.
Give your key a name (e.g. "Claude Code") and copy the generated key. You will only see it once.
Select your tool
Open Cursor Settings → MCP → Add new global MCP server and paste:
{
"mcpServers": {
"taskgate": {
"url": "https://www.taskgate.app/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Replace YOUR_API_KEY with your key and save. The server will connect over HTTP — no local setup required.
The MCP server is hosted over HTTP with API key authentication. Follow these guidelines when sharing access with your team.
Connect using a team API key sent via Authorization: Bearer header. No repo access or local Firebase credentials required.
The server is hosted at /api/mcp. There is no need to clone the repo, install dependencies, or configure .env files.
The partner-facing chat at /partner uses Firebase Auth ID tokens to ensure partners can only access their own data.
If a key is compromised, rotate it in Vercel environment variables. All team members will use the new key on next connection.
Ready to manage partners?
Copy the config for your tool above and start chatting.