← Back to Plugins
MCP Server MCP

io.github.sharedmemoryai/memory

github By github 👁 1 views ▲ 0 votes

Persistent memory for AI agents. Remember, recall, and explore a shared knowledge graph.

Homepage Verified source GitHub

Install

npx -y @sharedmemory/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@sharedmemory/mcp-server",
      "version": "2.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your SharedMemory API key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SHAREDMEMORY_API_KEY"
        },
        {
          "description": "API endpoint URL",
          "format": "string",
          "name": "SHAREDMEMORY_API_URL"
        },
        {
          "description": "Default volume/project ID",
          "format": "string",
          "name": "SHAREDMEMORY_VOLUME_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...