claude-configs/.mcp.json

13 lines
212 B
JSON

{
"mcpServers": {
"cognitive-memory": {
"command": "python3",
"type": "stdio",
"args": [
"/mnt/NV2/Development/cognitive-memory/mcp_server.py"
],
"env": {}
}
}
}