Skip to content
Mnema docs

Getting started

Sign up at mnema.theboringpeople.in and pick a workspace name and URL slug. Your workspace lives at mnema.theboringpeople.in/<slug>.

In the app, go to Settings → Developer and create an API key. It looks like:

mnema_api_xxxxxxxxxxxxxxxx

Keep it secret — it can read and write your whole workspace.

Mnema speaks the Model Context Protocol (MCP). Point any MCP client at:

https://api.theboringpeople.in/mcp

See Connect your AI for the exact steps per client (Claude, ChatGPT, Cursor, Windsurf, and more), or the API reference to call it from your own code.

The full core self-hosts in about four minutes — see Self-host.