MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Amber MCP Server

by Ambermem
Developer ToolsModerate6.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Long-term memory for AI assistants. Hybrid retrieval, query expansion, auto-topics.

About

Long-term memory for AI assistants. Hybrid retrieval, query expansion, auto-topics.

Remote endpoints: streamable-http: https://mcp.ambermem.com

Security Report

6.2
Moderate6.2Moderate Risk

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.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

Amber

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.

Quick Install

One command. Works with any MCP-compatible client.

Claude Code / Claude Desktop

claude mcp add --transport http --scope user amber https://mcp.ambermem.com

Cursor

Add to ~/.cursor/mcp.json (or %USERPROFILE%\.cursor\mcp.json on Windows):

{
  "mcpServers": {
    "amber": {
      "url": "https://mcp.ambermem.com"
    }
  }
}

ChatGPT

Settings → Connectors → Create → URL: https://mcp.ambermem.com

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "amber": {
      "serverUrl": "https://mcp.ambermem.com"
    }
  }
}

VS Code (GitHub Copilot)

Add to .vscode/mcp.json:

{
  "servers": {
    "amber": {
      "type": "http",
      "url": "https://mcp.ambermem.com"
    }
  }
}

Any MCP client

URL: https://mcp.ambermem.com | Transport: Streamable HTTP | Auth: OAuth 2.1 (auto-discovered)

How It Works

  1. You talk to your AI normally. Amber stores important facts in the background.
  2. Next conversation, your AI searches Amber automatically when context would help.
  3. Memory improves over time. The more you use it, the better it gets.

No configuration. No tagging. No manual organization.

What Makes Amber Different

FeatureBasic memory serversAmber
StorageOne embedding per memoryMultiple semantic variants per fact
SearchSingle vector lookupHybrid: vector + keyword + RRF fusion
QueriesExact match onlyAuto-expanded (synonyms, paraphrases)
InputStored as-isLLM-chunked into atomic facts
TopicsManual tags or noneAuto-categorized by LLM
TimeNo temporal awarenessNatural language time parsing ("last week", "3 days ago")

Technical Details

  • 18 MCP tools (9 memory, 7 account, 2 feedback)
  • Hybrid retrieval pipeline: vector search + full-text search + Reciprocal Rank Fusion
  • LLM-powered chunking: text → atomic facts, each independently searchable
  • Multi-variant embeddings: each fact stored with ~4 paraphrases for higher recall
  • Query expansion: searches are auto-rephrased to find semantically related memories
  • Automatic topic categorization: memories grouped by LLM-generated topics
  • Temporal parsing: "what did I say last week?" just works
  • Async processing: storage completes in 10-30s background, never blocks your conversation

Pricing

  • 60-day free trial - no charge, cancel anytime
  • $2.99/month after trial, via PayPal
  • Cancel instantly - ask your AI to cancel, or cancel through PayPal directly
  • No lock-in - export all your data as JSON anytime

Privacy

  • No email collected
  • No marketing, no spam
  • Data isolated per user (separate database)
  • PayPal handles all payment info
  • Full export + account deletion available
  • GDPR compliant (data minimization by design)

Architecture

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

Links

  • Website: ambermem.com
  • MCP endpoint: https://mcp.ambermem.com
  • Privacy policy: ambermem.com/privacy
  • Terms of service: ambermem.com/terms
  • Technical docs (for AI): ambermem.com/llms.txt
  • Support: support@ambermem.com or use the amber_send_feedback_to_developer tool

FAQ

Will 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.

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source CodeDocumentationRemote Endpoint

Details

Published May 14, 2026
Version 1.1.1
0 installs
Local & Remote Plugin

More Developer Tools MCP Servers

Git

Free

by Modelcontextprotocol · Developer Tools

Read, search, and manipulate Git repositories programmatically

80.0K
Stars
6
Installs
6.5
Security
No ratings yet
Local

Fetch

Free

by Modelcontextprotocol · Developer Tools

Web content fetching and conversion for efficient LLM usage

80.0K
Stars
5
Installs
5.3
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
528
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
77
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

156.1K
Stars
40
Installs
6.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace · Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
24
Installs
10.0
Security
No ratings yet
Local