Inked
About
A memory management server for Claude apps with optional AI-powered search, using local SQLite storage.
Details
- Author
- coldielb
- Categories
- Productivity, Other, AI, Search, Knowledge Base
Jump to
Setup
Install Inked in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/coldielb/inked
Follow the installation instructions in the repository README, then restart your MCP client.
A powerful MCP server for memory management with Claude apps. Fast, simple, and optionally enhanced with AI-powered search.
- Fast text search- Lightning-fast memory retrieval by default
- AI-powered search- Optional embedding-based semantic searchcurrently not working as of 06/25/25
- AI reranking- Experimental reranking for even better results
- Simple storage- Plain text storage in SQLite (no encryption overhead)
- Secure- All data stored locally in~/.inked/
git clone https://github.com/frgmt/inked.git cd inked npm install npm run build node dist/index.js
{ "mcpServers": { "inked": { "command": "npx", "args": ["@frgmt/inked"] } } }
^ Use this one. the rest wont work. need to work out some kinks
{ "mcpServers": { "inked": { "command": "npx", "args": ["@frgmt/inked", "--use-embeddings"] } } }
With embeddings + AI reranking (best results):
{ "mcpServers": { "inked": { "command": "npx", "args": ["@frgmt/inked", "--use-embeddings", "--use-reranking"] } } }
Inked supports experimental embedding-based search for more nuanced memory retrieval.
For most users:Start with no flags (fast text search)
For better semantic understanding:Add--use-embeddings
- Good for finding memories by meaning rather than exact words
- First run downloads ~2GB model (one-time)
For nuanced, longer memories:Use--use-embeddings=4b
- Better at understanding context in longer text
- Handles more complex relationships between ideas
For best results:Add--use-rerankingwith embeddings
- AI re-scores top candidates for optimal ranking
- Significantly improves search quality
For power users:--use-embeddings=8b --use-reranking=4b
- Best possible search quality
- Requires 20+ GB RAM
- Good for research, documentation, complex projects
Models are cached locally and only downloaded once
Add this to your Claude settings/preferences:
"At the start of new conversations, use the inked Read tool with 'ALL' to load my memories. Only mention memories when directly relevant to our conversation. Use the Write tool to save important preferences, facts, or insights that should be remembered for future conversations."
- Read once per conversation: Memories stay in context after initial load
- Silent operation: Claude uses memories without mentioning them unless relevant
- Smart writing: Automatically saves important information for future sessions
- User preferences and communication style
- Important project information and context
- Recurring topics or themes
- Facts that should persist across conversations
- Insights or patterns worth remembering
- search(required): Query string or "ALL" for everything
- topr(optional): Number of results (1-5, default: 3)
- content(required): Memory text (NEW) or search query (DELETE)
- sTool(required): "NEW" or "DELETE"
- id(optional): Specific ID to delete
AGPL v3 - Open source for personal use. Commercial use requires either open-sourcing your application or a commercial license.
Claude Desktop job search assistant: searches LinkedIn + 8 ATS boards, scores each job 0-100 for fit, and shows a ranked board to triage.
X (Twitter) bookmarks MCP server: search, label, and manage your saved posts from Claude, ChatGPT, Cursor, or any MCP client.
Eagle MCP Server is a local Model Context Protocol bridge that lets AI assistants (e.g. Cursor, Claude) access your Eagle media library so you can tag, categorize, search, and batch-organize assets with natural language.
A context insertion and search server for Claude Desktop and Cursor IDE, using configurable API endpoints.
MCP server for Anthropic Claude Messages API — chat, vision, web search, extended thinking (Rust)
Manage and coordinate multiple Xcode/Swift projects with features like project tracking, smart search, and analytics.
Provides web search functionality powered by the Claude API from Anthropic.
Connect Claude, ChatGPT, Grok or Cursor to 27.6 crore Indian court case records, orders, judgments and cause lists.
e-Gov法令API v2 をラップした Model Context Protocol (MCP) サーバーです。日本の法令データ(法令一覧・改正履歴・法令本文・添付ファイルなど)をMCP対応クライアント(Claude Codeなど)から検索・取得できるようにします。
Server that connects Claude/Cursor to the FatSecret Platform API. Search foods, track your diet, manage recipes, and monitor weight directly from your AI assistant.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





