
Veelenga Jot Mcp
- Updated March 5, 2026
- veelenga/jot-mcp
veelenga-jot-mcp is a Claude Code plugin that exposes jot-mcp, a lightweight MCP server for retaining coding context across agent sessions.
About
veelenga-jot-mcp is a community Claude Code plugin packaging jot-mcp, a lightweight Model Context Protocol server aimed at developers 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.
- 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
Veelenga Jot Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install veelenga-jot-mcp@veelenga/jot-mcpAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| Last updated | March 5, 2026 |
|---|---|
| Repository | veelenga/jot-mcp ↗ |
What it does
Install when you lose thread between Claude Code sessions and want a lightweight MCP layer to jot and recall coding context.
Who is it for?
Best when you use Claude Code daily and want minimal persistent notes without standing up a custom memory database.
Skip if: Skip if you need audited, multi-user knowledge management or semantic search across an entire monorepo.
What you get
After you register the MCP server, your agent can read and update compact session context so follow-up work continues with less re-onboarding.
- Registered jot MCP tools available to your agent
- Durable short-form coding context readable on later sessions
By the numbers
- Catalog metadata lists pluginCount: 1 for veelenga/jot-mcp
- Community-sourced auto-ingested Claude Code plugin entry
Recommended Plugins
How it compares
Session-context MCP server, not a marketplace catalog or a full codebase indexing product.
FAQ
Who is Veelenga Jot Mcp for?
and small-team developers 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.