Veelenga Jot Mcp
veelenga-jot-mcp is a Claude Code plugin for the Build phase that exposes jot-mcp, a lightweight MCP server for retaining coding context across agent sessions.
Install when you lose thread between Claude Code sessions and want a lightweight MCP layer to jot and recall coding context.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install veelenga-jot-mcp@veelenga/jot-mcpBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:veelenga/jot-mcp") and the paste-ready config with skillselion.get_install_config("plugin:veelenga/jot-mcp").
What it does
veelenga-jot-mcp is a community Claude Code plugin packaging jot-mcp, a lightweight Model Context Protocol server aimed at solo builders who work in stops and starts. Instead of dumping everything into chat history, it gives your agent a durable place to record what mattered last time—decisions, snippets, blockers—so the next session does not start from zero. It sits in the LLM integration layer alongside other MCP tools rather than replacing project docs or git. You reach for it when session amnesia is costing you rework across Build, Ship review passes, and long Operate iterations. Setup assumes you already run Claude Code or another MCP-capable agent and can register a small server. It is not a codebase indexer or ticket system; it is a narrow context bridge tuned for maintainers who want less friction, not a full knowledge base product.
Highlights
- MCP server focused on short-form coding context, not full RAG over the repo
- Designed to span multiple sessions so agents do not re-discover the same facts
- Lightweight footprint compared to heavyweight memory or vector stacks
- Community catalog entry with a single bundled plugin package
- Keywords emphasize across-session maintaining of context
Why builders use it
Every new agent session forgets what you already decided, so you repeat explanations and lose momentum on solo projects.
After you register the MCP server, your agent can read and update compact session context so follow-up work continues with less re-onboarding.
At a glance
- Type - Plugin in LLM Integration.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is veelenga-jot-mcp for?
Solo and small-team builders on Claude Code who want lightweight cross-session coding memory via MCP.
When should I use veelenga-jot-mcp?
Use it when you frequently pause work and need the next agent session to inherit decisions, not re-ask the same setup questions.
How do I add veelenga-jot-mcp to my agent?
Install the plugin from the Skillselion-listed Claude Code plugin bundle, then configure the jot MCP server in your Claude Code MCP settings per the repo README.
Comments
Share how you use veelenga-jot-mcp, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.