rember/rember-mcp
by Various
A Model Context Protocol (MCP) server for Rember.
MCP
rember/rember-mcp
Added 1 June 2026
Overview
A TypeScript server that implements the Model Context Protocol (MCP) to connect AI assistants with Rember, a knowledge management and memory tool. It enables AI models to programmatically read, write, and query Rember's data through a standard MCP interface.
Best for
Best for
Developers building AI assistants that need a persistent, queryable memory layer backed by Rember
Use cases
- Connect Claude or other MCP-compatible assistants to a Rember knowledge base
- Automate storing and retrieving notes, memories, or context during AI sessions
- Build custom AI workflows that persist and recall information via Rember
How to use
Install
npx -y @getrember/mcp --api-key=YOUR_REMBER_API_KEY Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "rember": {\n "command": "npx",\n "args": ["-y", "@getrember/mcp", "--api-key=YOUR_REMBER_API_KEY"]\n }\n }\n} Notes
A TypeScript server that implements the Model Context Protocol (MCP) to connect AI assistants with Rember, a knowledge management and memory tool. It enables AI models to programmatically read, write, and query Rember’s data through a standard MCP interface.
62 stars on GitHub. Last updated 2025-03-28. Licensed MIT.
Use cases
- Connect Claude or other MCP-compatible assistants to a Rember knowledge base
- Automate storing and retrieving notes, memories, or context during AI sessions
- Build custom AI workflows that persist and recall information via Rember
Pros
- Lightweight, TypeScript-native implementation with standard MCP compliance
- Open source with active community contributions
- Direct integration path for AI tools already using MCP
Cons
- Requires familiarity with both Rember’s API and the Model Context Protocol
- Limited to features and data models provided by Rember
- Small user base (62 stars) means less community support and fewer examples
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Lightweight, TypeScript-native implementation with standard MCP compliance
- Open source with active community contributions
- Direct integration path for AI tools already using MCP
Cons
- Requires familiarity with both Rember's API and the Model Context Protocol
- Limited to features and data models provided by Rember
- Small user base (62 stars) means less community support and fewer examples
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.