CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Amber

ambermem/amber
HTTPregistry active
Summary

A hosted memory layer that runs over HTTP instead of stdio, which means zero local setup. It exposes 18 tools split between memory operations (store, search, list, delete), account management (login via PayPal OAuth, export data, cancel subscription), and feedback. The interesting bit is the retrieval stack: hybrid vector plus keyword search with reciprocal rank fusion, query expansion through LLM paraphrasing, and multi-variant embeddings where each fact gets stored four different ways. Processing happens async on Cloudflare Workers so storage never blocks your conversation. Sixty day free trial, then $2.99/month. Reach for this if you want your assistant to remember context across sessions without maintaining your own vector infrastructure or running local processes.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
UpdatedMay 17, 2026
View on GitHub