Serversio.github.theastraway/mind
M

MIND

io.github.theastraway/mind · v0.5.4
▦ npm
v0.5.4npm npm: @astramindapp/mcp-server↗ 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.github.theastraway/mind",
  "description": "Personal knowledge graph AI memory. 15 tools, 89 actions. Emotional intelligence, CRM, social.",
  "title": "MIND",
  "repository": {
    "url": "https://github.com/theastraway/mind-mcp-server",
    "source": "github"
  },
  "version": "0.5.4",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@astramindapp/mcp-server",
      "version": "0.5.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your MIND Developer API key (get one at m-i-n-d.ai)",
          "isRequired": true,
          "isSecret": true,
          "name": "MIND_API_KEY"
        },
        {
          "description": "MIND API base URL",
          "default": "https://m-i-n-d.ai",
          "name": "MIND_BASE_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}