🔧 chore: remove memory MCP server and context-manager documentation

Remove the memory MCP server configuration and all references to the context-manager agent with persistent memory capabilities from CLAUDE.md.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Lorenz Hilpert
2025-11-05 14:04:52 +01:00
parent d46bf462cb
commit a52928d212
2 changed files with 1 additions and 45 deletions

View File

@@ -17,13 +17,6 @@
"figma-desktop": {
"type": "http",
"url": "http://127.0.0.1:3845/mcp"
},
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"],
"env": {
"MEMORY_FILE_PATH": "~/Projects/ISA-Frontend/memory.json"
}
}
}
}