mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-02-28 08:38:10 +08:00
40 lines
798 B
JSON
40 lines
798 B
JSON
{
|
|
"id": "memory-mcp",
|
|
"name": "Memory MCP",
|
|
"description": "基于知识图谱的持久化记忆服务,支持实体和关系的存取",
|
|
"protocol": "mcp",
|
|
"status": "offline",
|
|
"origin": "registry",
|
|
"transport": "stdio",
|
|
"capabilities": [
|
|
"entity_store",
|
|
"relation_store",
|
|
"graph_query"
|
|
],
|
|
"toolCount": 7,
|
|
"version": "0.6.2",
|
|
"author": "Anthropic",
|
|
"tags": [
|
|
"记忆",
|
|
"知识图谱",
|
|
"持久化"
|
|
],
|
|
"install": {
|
|
"method": "npx",
|
|
"packageName": "@modelcontextprotocol/server-memory",
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-memory"
|
|
]
|
|
},
|
|
"connection": {
|
|
"transport": "stdio",
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-memory"
|
|
]
|
|
}
|
|
}
|