19 lines
452 B
JSON
19 lines
452 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
|
"mcpServers": {
|
|
"sequential-thinking": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-sequential-thinking"
|
|
]
|
|
},
|
|
"engram": {
|
|
"env": {
|
|
"ENGRAM_DATA_DIR": "/engram-data"
|
|
},
|
|
"command": "engram",
|
|
"args": ["mcp"]
|
|
}
|
|
}
|
|
} |