LocalRecall provides a local memory layer and knowledge base for AI agents. It offers tools for storing, retrieving, and managing data locally. The server connects to the local file system and provides a WebUI for interaction. Developers use it to build agents with persistent memory and knowledge management capabilities without relying on external services.
LocalRecall provides a local memory layer and knowledge base for AI agents. It offers tools for storing, retrieving, and managing data locally. The server connects to the local file system and provides a WebUI for interaction. Developers use it to build agents with persistent memory and knowledge management capabilities without relying on external services.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mudler-localrecall-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mudler-localrecall-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from LocalRecall?"
API Key Required
This server requires an API key from LocalRecall. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| LOCALRECALL_API_KEY | Yes | Your LocalRecall API key |
"What resources are available in LocalRecall?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in LocalRecall"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in LocalRecall 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.