← Back to Plugins
MCP Server MCP

knowmind

github By github 👁 1 views ▲ 0 votes

Knowledge graph & long-term memory for AI agents: recall, relations, store, stats, health.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "knowmind",
      "version": "0.1.14",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Bearer API token from the knowmind.de Dashboard -> API-Tokens (https://knowmind.de/dashboard/api-tokens)",
          "isRequired": true,
          "isSecret": true,
          "name": "KNOWMIND_TOKEN"
        },
        {
          "description": "Knowmind API base URL",
          "default": "https://knowmind.de",
          "name": "KNOWMIND_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...