mem.ai
Mem is a note-taking and knowledge management service that stores notes and collections with semantic search and organization features. It also offers an MCP server so AI clients can access and manage a user's Mem workspace.
Mem exposes a REST HTTP API at https://api.mem.ai/v2 authenticated with a Mem API key, plus a hosted MCP server at https://mcp.mem.ai/mcp using OAuth.
- Mem MCPdetected
- Mem APIdiscovered
In the Mem app, open the API section in your Mem settings and create or copy your API key, as described in Authentication. Store it server-side and send it as Authorization: Bearer <token>.
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing