cot-widget-spike
CoT Reasoning Map
Lerne von Claudes Chain of Thought. Eine MCP-App (SEP-1865) für Claude Code, die Spuren des erweiterten Denkens in interaktive Reasoning Maps verwandelt — typisierte Schritte (Framing, Hypothese, Verifikation, Backtrack, Selbstkorrektur, Einsicht, Aktion, Schlussfolgerung), angeordnet als Graph mit Abhängigkeits- und Verwerfungskanten, einer Aufwandszeitachse, einem Wiedergabemodus und einem Durchklick zu den wörtlichen CoT-Auszügen.
Kein API-Schlüssel nötig: Die Claude-Sitzung, die Sie bereits ausführen, übernimmt die Annotation.
So funktioniert es
list_sessions— findet aktuelle Claude Code-Transkripte (~/.claude/projects/**/*.jsonl), die Thinking-Blöcke enthaltenget_thinking— extrahiert die nummerierten Thinking-Blöcke + das Tool-Call-Skelett aus einer SitzungDer aufrufende Claude annotiert das Denken in typisierte Schritte mit wörtlichen Auszügen
show_reasoning_map— rendert die Schritte als interaktives Widget inline im Chat (Claude Code Desktop-App / claude.ai; Text-Fallback im Terminal-CLI)
Sagen Sie Dinge wie: „Kartiere das Reasoning meiner letzten Sitzung“ oder „Zeige mir eine Demo-Reasoning-Map“ (Aufruf ohne Argumente rendert Beispieldaten).
Related MCP server: Sequential Thinking MVP Server
Installation
Erfordert Node 18+.
git clone https://github.com/matanma12/cot-widget-spike.git
cd cot-widget-spike
npm install && npm run build
claude mcp add cot-spike --scope user -- node "$(pwd)/server.js"Starten Sie Claude Code neu und fragen Sie nach einer Reasoning Map.
Entwicklung
server.js— MCP-Server (stdio;npm run serve:httpfür Streamable HTTP auf :3001)mcp-app.html+src/mcp-app.js— das Widget (Appaus@modelcontextprotocol/ext-apps)npm run build— bündelt nachdist/mcp-app.html(vite-plugin-singlefile)node test-client.js— Protokoll-Smoke-Test über stdio
Status / Roadmap
Funktionsfähig: Aufnahme, Host-Modell-Annotationsschleife, Graph + Zeitachse + Wiedergabe + Auszüge, verifizierte Inline-Darstellung in Claude Code Desktop.
Als Nächstes: Live-Sitzungsverfolgung via Hooks, Pattern-Bibliothek über Spuren hinweg, Vorhersage-des-nächsten-Schritts-Wiedergabe, Bereitstellung auf claude.ai.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBquality-maintenanceProvides structured sequential thinking capabilities for AI assistants to break down complex problems into manageable steps, revise thoughts, and explore alternative reasoning paths.29
- AlicenseBquality-maintenanceEnables AI assistants to perform structured, step-by-step reasoning by breaking down complex problems into numbered thoughts, with support for revising previous steps and exploring alternative reasoning paths.5
- AlicenseAqualityBmaintenanceEnables structured step-by-step reasoning with branching, revisions, and self-critique to help break down complex problems into manageable steps with confidence tracking and thought history search.7416MIT
- AlicenseBqualityDmaintenanceProvides 10 structured reasoning strategies (Chain of Thought, ReAct, Tree of Thoughts, etc.) for complex problem-solving with session persistence, branching, and tool integration capabilities.32127MIT
Related MCP Connectors
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
Let Claude, Cursor, or ChatGPT author Mermaid diagrams your team can read and share.
AI Agent with Architectural Memory. Impact analysis (free), tests and code from the graph (pro).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/matanma12/cot-widget-spike'
If you have feedback or need assistance with the MCP directory API, please join our Discord server