MCP Server
MCP
io.github.sharedmemoryai/memory
Persistent memory for AI agents. Remember, recall, and explore a shared knowledge graph.
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
By
Comments
Sign in to leave a comment