Anthropic CLI
Memory that lives across
Claude Code sessions.
Claude Code starts every chat from zero. With Korely wired as an MCP server,
your conventions, decisions, and past file maps are one tool call away.
The vault lives in ~/Korely as plain Markdown.
Setup preview
Add Korely to your Claude Code MCP config at ~/.config/claude-code/mcp.json:
{
"mcpServers": {
"korely": {
"command": "npx",
"args": ["-y", "@korely/mcp-server"]
}
}
} Full setup guide coming with the docs launch. For early-access integration help, email hello@korely.ai.
What Claude Code gets
- ●
Project conventions — naming, formatting, the linter rules you debated last sprint. The agent reads them from
Conventions/in your vault. - ●
Past decisions — "we picked Postgres over Mongo because…" tagged and searchable. New chat, same context.
- ●
Cross-session memory — Claude Code can call
save_noteto write back what it learns, so the next session starts smarter than the last. - ●
Your vault, your control — every fact is a Markdown file on your disk. No cloud lock-in, no proprietary format.
Ready to wire it up?
Full setup guide ships with the docs launch. Until then, email me — I'll walk you through it.