Memlane MCP
Connect your agent in minutes
Memlane Pro exposes a remote MCP server. Search contacts, move people on Lanes, add notes, and work the Queue from Grok, Claude, ChatGPT, or Cursor.
Server URL
https://memlane.app/api/mcp/v1
Connect with a token
- Sign in to Memlane Pro and open Settings → MCP server.
- Create a token. Copy it once.
- Send
Authorization: Bearer ml_…to the server URL.
grok mcp add --transport http memlane https://memlane.app/api/mcp/v1 --header "Authorization: Bearer ml_YOUR_TOKEN"
Connect with OAuth
Agents that support OAuth 2.1 with PKCE (including Grok Bot, Claude Connectors, and ChatGPT plugins) can connect without a personal token. Discovery lives at /.well-known/oauth-authorization-server.
https://memlane.app/.well-known/oauth-authorization-server https://memlane.app/oauth/authorize https://memlane.app/api/oauth/token https://memlane.app/api/oauth/register
Rate limits
- 90 calls per minute per token or OAuth grant
- 450 calls per minute per Memlane account
- 10 token creations per hour
- 60 destructive confirmation challenges per hour
A 429 response means wait for the next window. Full steps: Connect an AI agent with MCP.
Setup steps: Connect an AI agent with MCP.