What is the Memphora MCP server?
Add persistent memory to AI assistants. Store and recall info across conversations.
How to install Memphora
Copy-paste configuration for popular MCP clients.
MEMPHORA_API_KEYrequiredsecretYour Memphora API key from memphora.ai/dashboard
MEMPHORA_USER_IDUnique identifier for your memories
{
"mcpServers": {
"memphora": {
"command": "uvx",
"args": [
"memphora-mcp",
"-m",
"memphora_mcp.server"
],
"env": {
"MEMPHORA_API_KEY": "<YOUR_MEMPHORA_API_KEY>",
"MEMPHORA_USER_ID": "<YOUR_MEMPHORA_USER_ID>"
}
}
}
}{
"mcpServers": {
"memphora": {
"command": "uvx",
"args": [
"memphora-mcp",
"-m",
"memphora_mcp.server"
],
"env": {
"MEMPHORA_API_KEY": "<YOUR_MEMPHORA_API_KEY>",
"MEMPHORA_USER_ID": "<YOUR_MEMPHORA_USER_ID>"
}
}
}
}{
"mcpServers": {
"memphora": {
"command": "uvx",
"args": [
"memphora-mcp",
"-m",
"memphora_mcp.server"
],
"env": {
"MEMPHORA_API_KEY": "<YOUR_MEMPHORA_API_KEY>",
"MEMPHORA_USER_ID": "<YOUR_MEMPHORA_USER_ID>"
}
}
}
}{
"servers": {
"memphora": {
"type": "stdio",
"command": "uvx",
"args": [
"memphora-mcp",
"-m",
"memphora_mcp.server"
],
"env": {
"MEMPHORA_API_KEY": "<YOUR_MEMPHORA_API_KEY>",
"MEMPHORA_USER_ID": "<YOUR_MEMPHORA_USER_ID>"
}
}
}
}claude mcp add memphora --env MEMPHORA_API_KEY=<YOUR_MEMPHORA_API_KEY> --env MEMPHORA_USER_ID=<YOUR_MEMPHORA_USER_ID> -- uvx memphora-mcp -m memphora_mcp.serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.