Serversio.maindex/smart
S

Maindex Smart Memory Service

io.maindex/smart · v1.0.0
● Remote
v1.0.0remote🌐 https://maindex.io/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.maindex/smart",
  "description": "Simple memory for AI: keep, recall, update, and forget information across sessions.",
  "title": "Maindex Smart Memory Service",
  "repository": {
    "url": "https://github.com/maindexapp/maindex",
    "source": "github",
    "subfolder": "apps/smart_api_v1"
  },
  "version": "1.0.0",
  "websiteUrl": "https://maindex.io",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://maindex.io/mcp",
      "headers": [
        {
          "description": "Maindex API key. Create one at https://maindex.io/dashboard/settings",
          "isRequired": true,
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}