๐Ÿšง ย  This page is coming soon
โœ“ ย  Copied to clipboard
NEWv0.1.1 is live โ€” The latest performance and feature updates are now available.
Menu
๐Ÿ”Œ
@manasdb/mcp-server

mcp-server

STABLEv0.1.1

An MCP-native server that exposes memorize, recall, and forget as native tools โ€” no custom integration needed. An interactive setup wizard generates your config automatically.

$npx @manasdb/mcp-server setupโŽ˜
60s
Setup time
3
Native MCP tools
โˆž
Conversations remembered
0
Code changes needed
What's inside

Features

๐Ÿง 
memorize
Store any text, fact, or context into ManasDB from inside Claude or Cursor. Persists across all future conversations.
MCP tool
๐Ÿ”
recall
Semantic search over everything memorized. Returns the most relevant memories for the current context.
MCP tool
๐Ÿ—‘๏ธ
forget
Delete a memory by contentId. Claude can call this to clean up outdated or incorrect information.
MCP tool
โš™๏ธ
Setup Wizard
Interactive CLI generates and writes the correct claude_desktop_config.json or Cursor MCP config automatically.
npx setup
๐Ÿ”’
Your Data
All memories stored in your own MongoDB or PostgreSQL instance. ManasDB servers never see your data.
No cloud lock
๐Ÿ”—
Powered by core
The MCP server is a thin wrapper over @manasdb/core โ€” you get all the same hybrid retrieval, caching, and tracing.
@manasdb/core
Examples

Quick start

terminal
# Interactive setup โ€” generates your config automatically
npx @manasdb/mcp-server setup
# Follow the prompts:
# 1. Choose: Claude Desktop or Cursor
# 2. Enter your MONGODB_URI (or POSTGRES_URI)
# 3. Wizard writes the config file for you
# 4. Restart Claude / Cursor โ€” done โœ“
API Reference

Methods

memorize(text)โ†’ { contentId: string }+
recall(query)โ†’ RecallResult[]+
forget(contentId)โ†’ { deleted: boolean }+
Compatibility

Requirements

Node.jsโ‰ฅ 18.0
Claude Desktopโœ“ Supported
Cursorโœ“ Supported
ProtocolMCP (Model Context Protocol)