← Back to Plugins
MCP Server MCP

MIND

github By github 👁 1 views ▲ 0 votes

Personal knowledge graph AI memory. 15 tools, 89 actions. Emotional intelligence, CRM, social.

Homepage Verified source GitHub

Install

npx -y @astramindapp/[email protected]

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...