The Nogic extension spawns Claude Code for you with the MCP server pre-wired — no manual config required.Documentation Index
Fetch the complete documentation index at: https://docs.nogic.dev/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Your editor (VS Code or compatible) with the Nogic extension installed
- Claude Code installed and on your
PATH
Usage
- Open the visualizer (Nogic: Open Visualizer)
- The MCP Setup overlay should show Claude Code: installed, enabled. If not, enable the toggle.
- Press
Cmd+K(orCtrl+K) inside the visualizer. - Type your question in the cursor bubble.
- Writes a temp file with
{"mcpServers": {"nogic": {"type": "http", "url": "http://127.0.0.1:.../mcp"}}} - Spawns
claudewith--mcp-config <that file>and--allowedTools mcp__nogic__* - Streams narration deltas back into the cursor as Claude calls render / patch tools
Read / Glob / Grep are also available to Claude during the turn, governed by Claude Code’s normal permission model.
Continuing a conversation
A secondCmd+K reuses the prior conversation (Claude Code’s --continue) so follow-ups feel natural:
“Walk me through how auth works.” (diagram appears) “Now show the path when the token is expired.” (diagram extends)After 30 minutes idle, the next
Cmd+K starts fresh.
Switching CLI / model
The cursor lets you pick:- CLI: Claude Code or Codex, per-turn override
- Model tier:
auto,cheap(Haiku),medium(Sonnet), or a specific model id - Verbosity:
auto,low,medium, orhigh(switches torender_code_tour)
Troubleshooting
claude not detected in the MCP Setup overlay: make sure claude --version works in a normal terminal. The extension uses your shell’s PATH. If you installed via npm to a custom prefix, restart VS Code so it picks up the new PATH.
Tools time out / user cancelled MCP tool call: the extension launches Claude Code with --allowedTools mcp__nogic__* to skip per-tool approval prompts. If you see this error, check that the MCP Setup overlay shows Claude Code as enabled.
Canvas doesn’t update: the visualizer must be open for canvas tools to apply. The tool will return a clear error message (“no panel open”) that Claude can recover from.
Next
MCP Tools
Full canvas tool reference
Codex
Same flow with Codex