Server data from the Official MCP Registry
Long-term memory for AI assistants. Hybrid retrieval, query expansion, auto-topics.
Long-term memory for AI assistants. Hybrid retrieval, query expansion, auto-topics.
Remote endpoints: streamable-http: https://mcp.ambermem.com
This is a well-structured MCP server introspection stub for Amber, a long-term memory service. The code is clean, uses proper input validation with Zod schemas, implements appropriate rate limiting documentation, and includes security-conscious design patterns like confirmation gates for destructive operations. All tools are documented with clear descriptions of permissions and limitations. No malicious patterns, credential handling issues, or dangerous code execution risks detected. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity).
3 files analyzed · 5 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
Long-term memory for AI assistants.
Amber is an MCP server that gives any AI assistant persistent, searchable memory across conversations. Your AI remembers preferences, decisions, project context, and personal details - without you doing anything special.
Just talk normally. Amber stores what matters and finds it when relevant.
One command. Works with any MCP-compatible client.
claude mcp add --transport http --scope user amber https://mcp.ambermem.com
Add to ~/.cursor/mcp.json (or %USERPROFILE%\.cursor\mcp.json on Windows):
{
"mcpServers": {
"amber": {
"url": "https://mcp.ambermem.com"
}
}
}
Settings → Connectors → Create → URL: https://mcp.ambermem.com
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"amber": {
"serverUrl": "https://mcp.ambermem.com"
}
}
}
Add to .vscode/mcp.json:
{
"servers": {
"amber": {
"type": "http",
"url": "https://mcp.ambermem.com"
}
}
}
URL: https://mcp.ambermem.com | Transport: Streamable HTTP | Auth: OAuth 2.1 (auto-discovered)
No configuration. No tagging. No manual organization.
| Feature | Basic memory servers | Amber |
|---|---|---|
| Storage | One embedding per memory | Multiple semantic variants per fact |
| Search | Single vector lookup | Hybrid: vector + keyword + RRF fusion |
| Queries | Exact match only | Auto-expanded (synonyms, paraphrases) |
| Input | Stored as-is | LLM-chunked into atomic facts |
| Topics | Manual tags or none | Auto-categorized by LLM |
| Time | No temporal awareness | Natural language time parsing ("last week", "3 days ago") |
Amber runs on Cloudflare Workers (zero cold starts, global edge deployment) with Turso databases (one per user, full isolation). LLM processing uses Gemini Flash for chunking/expansion and OpenAI for embeddings.
For full technical documentation: ambermem.com/llms.txt
https://mcp.ambermem.comsupport@ambermem.com or use the amber_send_feedback_to_developer toolWill it slow my AI down? No. Storage is async (background). Search adds <1 second.
What if Amber shuts down? Export all your data as JSON anytime. Your data is always yours.
Do I need a PayPal account? Currently yes. PayPal handles both identity and billing. More login options coming soon.
Is my data safe? Each user gets a completely isolated database. No data is shared between users. Amber has no access to your PayPal payment details.
Can I self-host? Not currently. Amber is a managed service. We handle the infrastructure, scaling, and LLM costs so you don't have to.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.