refactor: update plugin installation guide and add MCP server configuration

This commit is contained in:
Alex Newman
2025-10-16 15:18:48 -04:00
parent 5f05f991bc
commit 723f1f5374
2 changed files with 123 additions and 26 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"mcpServers": {
"claude-mem": {
"command": "uvx",
"args": ["chroma-mcp", "--client-type", "persistent", "--data-dir", "~/.claude-mem/chroma"]
}
}
}