Install
MCP server — add to your Claude Code config (typically
~/.claude/mcp_settings.json or ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"skillkit-mcp-memory": {
"command": "npx",
"args": [
"-y",
"@skillkit/mcp-memory"
]
}
}
}
Or smoke-test directly:
npx -y @skillkit/mcp-memory
Details
| Website | https://www.npmjs.com/package/@skillkit/mcp-memory |
|---|---|
| License | unknown |
| Pricing | free |
| Tags | mcp model-context-protocol memory ai claude skillkit |
| Sources | npm |
| Discovered | 2026-05-25 |