The Work Memory MCP provides persistent memory management for AI agents. It stores and retrieves context across workflows, integrating with multiple tools. Developers use it to maintain state and context in long-running processes, ensuring continuity in AI-driven workflows.
The Work Memory MCP provides persistent memory management for AI agents. It stores and retrieves context across workflows, integrating with multiple tools. Developers use it to maintain state and context in long-running processes, ensuring continuity in AI-driven workflows.
npx -y work-memory-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"moontmsai-work-memory-mcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y work-memory-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from work memory mcp?"
No configuration required. This server works out of the box.
"What resources are available in work memory mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in work memory mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in work memory mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.