Skip to main content
Glama

Inked

A dead simple MCP server for memory management with Claude apps.

Installation

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"
-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

this server is dead simple. it has 2 tools. it has 3 total functions. play with it, make some PRs if you're interested and open some issues if you want to see some new features/fixes.

npm install -g @frgmt/inked

read the readme to see how to add this server to your MCP client of choice

  1. Installation
    1. Option 1: NPX (Recommended)
    2. Option 2: Local Development
  2. Usage
    1. With npx:
    2. Local installation:
  3. Usage Tips
    1. Auto-Memory Setup
  4. My Sample User Preferences

    Related MCP Servers

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/coldielb/inked'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server