1.0.4 • Published 7 months ago
@frgmt/inked v1.0.4
Inked
A dead simple MCP server for memory management with Claude apps.
Installation
Option 1: NPX (Recommended)
npx install -g @frgmt/inked
npx @frgmt/inkedOption 2: Local Development
git clone https://github.com/coldielb/inked.git
cd inked
npm install
npm run buildUsage
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"]
}
}
}