MCP Server
Maintained
MIT
io.github.NyxToolsDev/claude-memory-manager MCP Server
io.github.NyxToolsDev/claude-memory-manager
What is the io.github.NyxToolsDev/claude-memory-manager MCP server?
Cross-session memory for Claude Code — context capture, semantic search, recall
How to install io.github.NyxToolsDev/claude-memory-manager
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"claude-memory-manager": {
"command": "uvx",
"args": [
"claude-memory-manager"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"claude-memory-manager": {
"command": "uvx",
"args": [
"claude-memory-manager"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"claude-memory-manager": {
"command": "uvx",
"args": [
"claude-memory-manager"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"claude-memory-manager": {
"type": "stdio",
"command": "uvx",
"args": [
"claude-memory-manager"
]
}
}
}Claude Code
claude mcp add claude-memory-manager -- uvx claude-memory-managerRelated MCP servers
Bridges DICOM, HL7v2, and FHIR with cross-standard mapping and optional PACS connectivity.
3
View repository →Python
MIT
Connect Claude to Calendly — schedule meetings, check availability, manage events
0
View repository →Python
MIT
Connect Claude to QuickBooks Online — query finances, create invoices, run reports
0
View repository →Python
MIT