mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-02-28 10:38:10 +08:00
refactor: 分散式目录结构 — 每个条目独立 <id>/index.json
This commit is contained in:
39
mcp/memory-mcp/index.json
Normal file
39
mcp/memory-mcp/index.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user