Remote OAuth
Cursor remote config
{
"mcpServers": {
"keyid": {
"url": "https://keyid.ai/mcp"
}
}
}
Cursor
Cursor supports direct MCP install deeplinks. Use the hosted endpoint for fast setup or the local package when you want the keypair on your machine and the same registration-session workflow.
Use the hosted endpoint first. Keep the local stdio package for developer-controlled identity and offline-style workflows.
Remote OAuth
{
"mcpServers": {
"keyid": {
"url": "https://keyid.ai/mcp"
}
}
}
Local stdio
{
"mcpServers": {
"keyid": {
"command": "npx",
"args": ["-y", "@keyid/agent-kit"]
}
}
}
One-click install
{
"url": "https://keyid.ai/mcp"
}
The remote Cursor install stores a managed KeyID identity for that connector, so inbox, OTP, and saved secrets persist across sessions.
The local Cursor install runs npx -y @keyid/agent-kit inside your environment, so identity persistence depends on how you store the keypair.
For agent signup tasks, pair KeyID with explicit prompts that tell Cursor when to start a signup session, when to save browser state, and when to avoid guessing on ambiguous artifacts.
These prompts are written for chat-first workflows where the model should stay inside the KeyID MCP surface as long as possible.