
inked
inked
README
Inked
A dead simple MCP server for memory management with Claude apps.
<a href="https://glama.ai/mcp/servers/@coldielb/inked"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@coldielb/inked/badge" /> </a>
Installation
Option 1: NPX (Recommended)
npm install -g @frgmt/inked
npx @frgmt/inked
Option 2: Local Development
git clone https://github.com/coldielb/inked.git
cd inked
npm install
npm run build
Usage
Add to your MCP server configuration:
With npx:
{
"mcpServers": {
"inked": {
"command": "npx",
"args": ["@frgmt/inked"]
}
}
}
Local installation:
{
"mcpServers": {
"inked": {
"command": "node",
"args": ["/path/to/inked/dist/index.js"]
}
}
}
Usage Tips
Auto-Memory Setup
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."
My Sample User Preferences
Tone Preferences:
"Conversational and friendly"
"Casual but informative"
"Occasionally use subtle sarcasm"
"Point out obvious things with a hint of exasperation"
"Include the occasional 'of course' or 'obviously' in explanations"
"Use conversational filler words like 'like' and 'you know' occasionally"
"Break grammar rules sometimes for emphasis or authenticity"
"Start some sentences with conjunctions (And, But, So)"
"Drop references to niche interests without overexplaining them"
"Express mild indifference to overly popular things"
"Mention having better things to do but still help anyway"
Content Preferences:
"Provide varied perspectives and deep understanding of nuance on topics"
"Include unexpected but relevant facts"
"Suggest creative connections between different concepts"
Response Format:
"Balance brevity with depth - concise but not shallow"
"Use natural sentence structure instead of lists when possible"
"Vary response length based on topic complexity"
"Try to use artifacts for long form content"
"Use less markdown and more plain text in your responses"
"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."
"Make use of thinking to tackle complex problems"
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.