By sharpninja
Connect Claude Code to McpServer for TODO management, session logging, requirements tracking, GraphRAG knowledge graph operations, and per-turn + build-verification enforcement hooks.
Pause Claude Code work and commit/push dirty repo state when asked for "commit-sync", "checkpoint", or "sync to origin".
This skill should be used when the user asks to "ingest text into graphrag", "add document to knowledge graph", "create entity", "create relationship", "query knowledge graph", "list graph entities", "delete document"
This skill should be used when the user asks to "list requirements", "add requirement", "create FR", "create TR", "create test requirement", "generate requirements document", "ingest requirements"
This skill should be used when the user asks to "start session", "log session", "begin turn", "update turn", "complete turn", "query session history"
Synchronize MCP Server session logs for Claude Code when asked to "sync logs", "repair MCP session logs", or "logging summary".
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Connect Claude Code to McpServer for workspace-scoped TODO management, session logging, requirements tracking, and GraphRAG knowledge graph operations.
AGENTS-README-FIRST.yaml marker file discovery with HMAC-SHA256 signature verificationmcpserver-repl single-line JSON over STDIOgh) — authenticatedThe plugin auto-installs mcpserver-repl (dotnet global tool) from GitHub releases on first use.
# Via Claude Code plugin system
claude plugin install sharpninja/mcpserver-claude-code-plugin
AGENTS-README-FIRST.yaml marker fileMCP_WORKSPACE_PATH for the REPL transportmcpserver-repl --agent-stdioThis plugin's workflow.sessionlog.*, workflow.todo.*, and
workflow.requirements.* names are plugin workflow/REPL method names invoked by
the plugin skills and helpers. They are distinct from the native McpServer MCP
tool names exposed by /mcp-transport, such as sessionlog_*, todo_*, and
requirements_*, and from hosted-agent aliases such as mcp_session_*.
Do not treat the absence of literal workflow.* names from generic MCP tool
discovery as proof that this plugin is unavailable. Verify the plugin hooks,
skills, marker trust, and lib/repl-invoke.sh path instead.
| Skill | Triggers | REPL Namespace |
|---|---|---|
| TODO | "create a todo", "list todos", "mark done" | workflow.todo.* |
| Session | "start session", "begin turn", "query history" | workflow.sessionlog.* |
| Requirements | "create FR", "list requirements", "generate docs" | workflow.requirements.* |
| GraphRAG | "ingest text", "create entity", "query knowledge graph" | workflow.graphrag.* |
When MCP server is unavailable, writes are cached as YAML files in cache/pending/. The cache flushes automatically on:
hooks/scripts/cache-flush.shItems retry up to 3 times before being marked as failed.
# Run tests
bats tests/
# Test a specific phase
bats tests/hooks.bats
bats tests/skills.bats
MIT
npx claudepluginhub sharpninja/mcpserver-claude-code-plugin --plugin mcpserverConnect Grok CLI/TUI agents to McpServer for TODO management, session logging, requirements tracking, GraphRAG, and workspace continuity.
Connect Claude Cowork to McpServer for marker-trusted TODO management, session logging, requirements tracking, GraphRAG operations, and local outage handoff recovery.
Memory compression system for Claude Code - persist context across sessions
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.