Skip to content
VS Code

Maindex Expert Memory Service for VS Code

io.maindex/expert

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

client:VS Code transport:streamable-http

Install Maindex Expert Memory Service in VS Code

.vscode/mcp.json

{
  "servers": {
    "expert": {
      "type": "http",
      "url": "https://expert.maindex.io/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Maindex Expert Memory Service in other clients