Getting started
1. Create a workspace
Section titled “1. Create a workspace”Sign up at mnema.theboringpeople.in and pick a workspace
name and URL slug. Your workspace lives at mnema.theboringpeople.in/<slug>.
2. Create an API key
Section titled “2. Create an API key”In the app, go to Settings → Developer and create an API key. It looks like:
mnema_api_xxxxxxxxxxxxxxxxKeep it secret — it can read and write your whole workspace.
3. Connect a client
Section titled “3. Connect a client”Mnema speaks the Model Context Protocol (MCP). Point any MCP client at:
https://api.theboringpeople.in/mcpSee 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.
4. Prefer to run it yourself?
Section titled “4. Prefer to run it yourself?”The full core self-hosts in about four minutes — see Self-host.