refactor: 分散式目录结构 — 每个条目独立 <id>/index.json

This commit is contained in:
Johnson
2026-02-25 08:55:32 +08:00
parent eb95c7ace3
commit c729eecdd6
24 changed files with 774 additions and 519 deletions

39
mcp/memory-mcp/index.json Normal file
View 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"
]
}
}