新增engram mcp
This commit is contained in:
+12
-5
@@ -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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user