新增engram mcp

This commit is contained in:
Sense T
2026-06-02 08:55:23 +00:00
parent e599503aae
commit b5d5842234
4 changed files with 42 additions and 10 deletions
+12 -5
View File
@@ -2,11 +2,18 @@
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"mcpServers": {
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
},
"engram": {
"env": {
"ENGRAM_DATA_DIR": "/engram-data"
},
"command": "engram",
"args": ["mcp"]
}
}
}