PluginBench
MCP Server

Maindex Smart Memory Service MCP Server

io.maindex/smart

What is the Maindex Smart Memory Service MCP server?

Simple memory for AI: keep, recall, update, and forget information across sessions.

How to install Maindex Smart Memory Service

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • X-API-Key
    required
    secret

    Maindex API key. Create one at https://maindex.io/dashboard/settings

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "smart": {
      "url": "https://maindex.io/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "smart": {
      "serverUrl": "https://maindex.io/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "smart": {
      "type": "http",
      "url": "https://maindex.io/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "smart": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://maindex.io/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http smart https://maindex.io/mcp

Related MCP servers

Full-control memory API for AI agents — memories, collections, links, search, and bulk operations.

View repository →