<sub><sub><i>"You never truly know the value of a moment until it becomes a memory."</i></sub></sub>
"You never truly know the value of a moment until it becomes a memory.". Exposed over MCP by the memora mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
You will need 8 environment variables: MEMORA_DB_PATH, MEMORA_ALLOW_ANY_TAG, MEMORA_GRAPH_PORT, MEMORA_STORAGE_URI, CLOUDFLARE_API_TOKEN, AWS_PROFILE, AWS_ENDPOINT_URL, MEMORA_CLOUD_ENCRYPT. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Among the AI and media services options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. It is maintained by agentic-mcp-tools; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Memora's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
{
"mcpServers": {
"memora": {
"command": "npx",
"args": ["-y", "wrangler"],
"env": {
"MEMORA_DB_PATH": "your-value",
"MEMORA_ALLOW_ANY_TAG": "your-value",
"MEMORA_GRAPH_PORT": "your-value",
"MEMORA_STORAGE_URI": "your-value",
"CLOUDFLARE_API_TOKEN": "your-value",
"AWS_PROFILE": "your-value",
"AWS_ENDPOINT_URL": "your-value",
"MEMORA_CLOUD_ENCRYPT": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| MEMORA_DB_PATH | Filesystem location the server is allowed to use. | Optional |
| MEMORA_ALLOW_ANY_TAG | Configuration value read at startup. | Optional |
| MEMORA_GRAPH_PORT | Configuration value read at startup. | Optional |
| MEMORA_STORAGE_URI | Configuration value read at startup. | Optional |
| CLOUDFLARE_API_TOKEN | Credential the server authenticates with. | Yes |
| AWS_PROFILE | Configuration value read at startup. | Optional |
| AWS_ENDPOINT_URL | Endpoint or connection string the server talks to. | Yes |
| MEMORA_CLOUD_ENCRYPT | Configuration value read at startup. | Optional |
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Give your assistant a voice — text-to-speech, voice cloning and audio tools from the ElevenLabs API.
Give your assistant a real code sandbox — isolated cloud VMs for actually running the code it writes.
The ML hub in your context window — search models, datasets, papers and run Spaces from the official server.