AgeKey MCP Server
Provides OAuth authentication via Clerk, allowing users to authenticate with their AgeKey account and access the MCP server's tools.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AgeKey MCP ServerList my AgeKey organizations"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@agekey/mcp-server
AgeKey MCP Server - Manage AgeKey applications directly from your AI IDE.
Features
🔐 Clerk OAuth Authentication — Seamless login via browser
🏢 Multi-Organization Support — Access all your organizations
📱 Application Management — Create, list, and manage apps
🔑 Credentials — Get and rotate test/live credentials
🔗 Redirect URIs — Add and remove callback URLs
🛡️ RBAC — Role-based access control (Member → test, Admin → live)
🔧 Utilities — JWT decoder, error explainer, code samples
Related MCP server: Clerk MCP Server
Installation
Cursor IDE
Add to your MCP config (.cursor/mcp.json):
{
"mcpServers": {
"agekey": {
"command": "npx",
"args": ["-y", "@agekey/mcp-server"]
}
}
}Claude Desktop
Add to your config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"agekey": {
"command": "npx",
"args": ["-y", "@agekey/mcp-server"]
}
}
}Authentication
On first use, the MCP server will:
Open your browser to the AgeKey login page
You authenticate with Clerk (existing AgeKey account)
Token is stored locally in
~/.agekey/session.json
No manual token management needed!
The server connects to the production AgeKey Developer Portal by default. Environment configuration (staging, dev, local) is for internal use only and is not documented here.
Available Tools
Organizations
Tool | Description |
| List all organizations you have access to |
Applications
Tool | Description |
| List apps in an organization |
| Get app details |
| Create a new app (Member+) |
Credentials
Tool | Description |
| Get test or live credentials |
| Rotate credentials (test: Member+, live: Admin+ with confirmation) |
Redirect URIs
Tool | Description |
| Add a callback URI |
| Remove a callback URI |
Utilities
Tool | Description |
| Decode and explain an AgeKey JWT |
| Get help for OIDC error codes |
| Get integration code in TypeScript/Python/Go/Java |
RBAC Permissions
Role | Test Mode | Live Mode |
Viewer | Read only | Read only |
Member | Full access | Read only |
Admin | Full access | Full access ⚠️ |
Owner | Full access | Full access ⚠️ |
⚠️ Live mode operations require explicit confirmation phrases.
Example Usage
You: "List my AgeKey organizations"
Claude: You have access to 2 organizations:
1. Acme Corp (Owner) - 3 applications
2. Side Project (Admin) - 1 application
You: "Create a new app called 'My Game' in Acme Corp"
Claude: ✅ Created application "My Game"
Test Credentials:
- App ID: ak_test_abc123...
- Secret: sk_test_xyz789... ⚠️ Save this!
Next steps:
1. Add a redirect URI: http://localhost:3000/callback
2. Try it in the sandbox
You: "Rotate live credentials for My Game"
Claude: ⚠️ WARNING: This will rotate LIVE credentials!
To proceed, confirm: "ROTATE LIVE CREDENTIALS"
You: "ROTATE LIVE CREDENTIALS"
Claude: ✅ Live credentials rotated
🚨 Update your production environment NOW!Development
# Install dependencies
pnpm install
# Build
pnpm build
# Run (connects to production portal)
node dist/index.jsLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CadamTech/agekey-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server