1.0.4 • Published 7 months ago

@frgmt/inked v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Inked

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

Installation

Option 1: NPX (Recommended)

npx 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"]
    }
  }
}
1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago