Maindex Smart Memory Service
About
Simple, user-controlled memory for all your AI: keep, recall, update, and forget across sessions.
Details
- Author
- Unknown
- Categories
- AI, Developer Tools
Jump to
Simple, user-controlled memory for all your AI: keep, recall, update, and forget across sessions.
Working with a team?Team memory uses the same MCP setup as your personal memory. No second connection to configure.Teams Guide
Maindex plugins forCursor,Claude Code,Hermes,OpenClaw,Gemini CLI, andChatGPTbundle the MCP server with curated rules, skills, and an Archivist agent.View Plugins & Apps →
AI-native code editor with built-in MCP support.
Cursor reads MCP servers from a JSON file. Use aproject-levelfile for per-repo config, or aglobalfile for all workspaces.
Just provide the URL. Cursor will open a browser window for you to log in via OAuth.
{ "mcpServers": { "maindex": { "type": "streamableHttp", "url": "https://maindex.io/mcp" } } }
If OAuth is unavailable in your environment, use an API key from yourdashboardas a fallback.
{ "mcpServers": { "maindex": { "type": "streamableHttp", "url": "https://maindex.io/mcp", "headers": { "X-API-Key": "YOUR_API_KEY" } } } }
Fully quit and reopen Cursor. MCP servers are loaded at startup. You can verify the connection underSettings → Tools & MCP.
Anthropic's desktop app for Claude.
Go toSettings → Developer → Edit Config, or open the file directly:
Just provide the URL. Claude Desktop will open a browser window for you to log in via OAuth.
{ "mcpServers": { "maindex": { "url": "https://maindex.io/mcp" } } }
If OAuth is unavailable in your environment, use an API key from yourdashboardas a fallback.
{ "mcpServers": { "maindex": { "url": "https://maindex.io/mcp", "headers": { "X-API-Key": "YOUR_API_KEY" } } } }
Fully quit and reopen the app. Look for the hammer icon in the chat input area to confirm MCP tools are loaded.
Anthropic's agentic CLI for the terminal.
Just provide the URL. Claude Code will open a browser for you to log in via OAuth.
claude mcp add --transport http maindex https://maindex.io/mcp
This saves to thelocalscope by default (current project). Add--scope userfor all projects, or--scope projectto commit a shared.mcp.json.
OAuth requires a local browser. If you are using Claude Code over SSH, use the API Key method instead.
Use an API key from yourdashboardwhen OAuth is unavailable (e.g. SSH remote sessions).
claude mcp add --transport http --header "X-API-Key: YOUR_API_KEY" maindex https://maindex.io/mcp
This saves to thelocalscope by default (current project). Add--scope userfor all projects, or--scope projectto commit a shared.mcp.json.
List your configured servers to confirm:
OpenAI's ChatGPT desktop app with MCP connectors.
OpenSettings → Apps & Connectors → Advanced settingsand toggleDeveloper Modeon.
ClickCreateunder Apps & Connectors and fill in:
ChatGPT will handle authentication via OAuth automatically. You'll be prompted to log in when you first use the connector.
In any chat, toggle the Maindex connector on in the compose area to give ChatGPT access to your memories.
Use the Command Palette (Ctrl+Shift+P / Cmd+Shift+P) and search for"Windsurf: Configure MCP Servers", or edit the file directly:
Just provide the URL. Windsurf will open a browser consent screen for you to log in via OAuth.
{ "mcpServers": { "maindex": { "serverUrl": "https://maindex.io/mcp" } } }
If OAuth is unavailable in your environment, use an API key from yourdashboardas a fallback.
{ "mcpServers": { "maindex": { "serverUrl": "https://maindex.io/mcp", "headers": { "X-API-Key": "YOUR_API_KEY" } } } }
Fully quit and reopen Windsurf. Check the hammer icon in the Chat pane to verify the server is connected.
Google's command-line interface for Gemini.
Recommended: Install the Maindex extension
If you prefer a manual MCP-only setup without the extension content, follow the steps below.
Just provide the URL. Gemini CLI will open a browser for you to log in via OAuth.
gemini mcp add --transport http maindex https://maindex.io/mcp
This saves to your project-level config at.gemini/settings.json. For global config, edit~/.gemini/settings.jsondirectly.
If OAuth is unavailable in your environment, use an API key from yourdashboardas a fallback.
gemini mcp add --transport http --header "X-API-Key: YOUR_API_KEY" maindex https://maindex.io/mcp
{ "mcpServers": { "maindex": { "url": "https://maindex.io/mcp", "headers": { "X-API-Key": "YOUR_API_KEY" } } } }
Hermes Agentwith native memory provider integration.
hermes plugins install maindexapp/hermes-plugin
This installs the Expert plugin automatically (no MCP URL configuration needed).
Create a key in yourdashboard settingsunderAPI Keys.
echo "MAINDEX_API_KEY=your-key" >> ~/.hermes/.envhermes config set memory.provider maindex
Replaceyour-keywith the key from your dashboard.
Full Hermes setup guide →GitHub repository →
Google's agent-first IDE for natural-language development.
Click thethree dots (…)in the top-right corner of Antigravity, then selectMCP Servers. ClickManage MCP Servers → View raw configto open the JSON editor.
Just provide the URL. Antigravity will handle OAuth authentication automatically.
{ "mcpServers": { "maindex": { "url": "https://maindex.io/mcp" } } }
If OAuth is unavailable in your environment, use an API key from yourdashboardas a fallback.
{ "mcpServers": { "maindex": { "url": "https://maindex.io/mcp", "headers": { "X-API-Key": "YOUR_API_KEY" } } } }
Use the refresh button in the MCP Servers panel to verify the connection. Maindex tools will appear when you use the@prompt.
LM Studio reads MCP servers from a JSON file. Open it via the in-app MCP editor, or edit the file directly:
LM Studio does not yet support OAuth for remote MCP servers, so an API key is required. Create one in yourdashboardand paste it below.
{ "mcpServers": { "maindex": { "url": "https://maindex.io/mcp", "headers": { "X-API-Key": "YOUR_API_KEY" } } } }
LM Studio auto-reloads when you savemcp.json. Make sure you are using a tool-capable model (Llama 3.1+, Mistral, Qwen 2.5, etc.) for MCP tools to appear.
Self-hosted web interface for Ollama and other backends.
Go toAdmin Settings → External Tools. Requires Open WebUIv0.6.31or later.
Enter the URL and selectOAuth 2.1as the auth type. Open WebUI will handle the OAuth flow automatically.
If OAuth is unavailable, create an API key in yourdashboardand use it as a Bearer token.
Click+ (Add Server), then enable the Maindex tools in individual chats. Note: OAuth-connected tools must be enabled manually per chat and cannot be set as defaults.
If Open WebUI runs in Docker and you are connecting to a local Maindex instance, usehttp://host.docker.internal:PORT/mcpinstead oflocalhost. Set theWEBUI_SECRET_KEYenvironment variable to prevent token errors on container restart.
Desktop AI app with MCP Toolbox support.
In Msty, open theToolboxand clickAdd New Tool.
Msty does not yet support OAuth for remote MCP servers, so an API key is required. Create one in yourdashboard.
Maindex tools should appear in your Toolbox. Make sure Msty Sidecar is running if you are using Msty Studio Web.
Open-source autonomous AI agent platform.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




