Local stdio
Claude Desktop local config
{
"mcpServers": {
"keyid": {
"command": "npx",
"args": ["-y", "@keyid/agent-kit"]
}
}
}
Claude
Use the hosted OAuth connector when you want zero setup, or run the local stdio package when you want your own Ed25519 keypair and portable identity for the same registration-session workflow.
Use the hosted endpoint first. Keep the local stdio package for developer-controlled identity and offline-style workflows.
Local stdio
{
"mcpServers": {
"keyid": {
"command": "npx",
"args": ["-y", "@keyid/agent-kit"]
}
}
}
Local stdio
claude mcp add keyid -- npx -y @keyid/agent-kit
Remote OAuth
https://keyid.ai/mcp
One-click MCPB
https://keyid.ai/downloads/keyid.mcpb
Local Claude installs either reuse your supplied keypair or generate one for the machine. That identity remains stable only if you persist the keypair yourself.
Hosted Claude installs create one managed KeyID install per connector authorization. You can export or revoke that install later from the MCP install endpoints.
Claude signup workflows work best when prompts are explicit about the service, expected sender, and when browser state should be saved back to KeyID.
These prompts are written for chat-first workflows where the model should stay inside the KeyID MCP surface as long as possible.