AI-first IDE
Cursor that remembers
your repo.
Cursor reads what you have open. With Korely as an MCP server, it also reads what you have noted — past PR discussions, refactor decisions, the convention doc no one looks at. Same vault, every editor.
Setup preview
Open Cursor → Settings → MCP → Add Server:
{
"korely": {
"command": "npx",
"args": ["-y", "@korely/mcp-server"],
"env": {
"KORELY_VAULT_ROOT": "~/Korely"
}
}
}
Restart Cursor. The 7 Korely tools (search,
save_note,
get_related…)
appear in the tool picker. Full guide ships with docs launch.
What Cursor gets
- ●
Repo memory — Cursor's chat surfaces past architectural decisions, why-we-picked notes, and PR discussions without re-explaining.
- ●
Cross-tool consistency — the same vault feeds Claude Code, n8n, and your own scripts. Switch IDE, keep context.
- ●
Local-first — no Cursor data leaves your machine. Korely runs as a stdio process; the vault stays on disk.
Ready to wire it up?
Full setup guide ships with the docs launch. Until then, email me — I'll walk you through it.