14 lines
281 B
JSON
14 lines
281 B
JSON
|
|
{
|
||
|
|
"mcpServers": {
|
||
|
|
"memory": {
|
||
|
|
"type": "stdio",
|
||
|
|
"command": "python3",
|
||
|
|
"args": ["-m", "claude_memory.mcp_server"],
|
||
|
|
"env": {
|
||
|
|
"MEMORY_API_URL": "https://claude-memory.example.com",
|
||
|
|
"MEMORY_API_KEY": "your-api-key-here"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|