Tabula for Claude Desktop
io.github.nikhilbhima/tabula
Cross-AI personal memory. Save once in ChatGPT, recall in Claude, Mistral, Grok, or any MCP client.
client:Claude Desktop
transport:streamable-http
Install Tabula in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"tabula": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.tabula360.com/api/mcp/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs