Skip to content
Zed

neuronscope for Zed

io.github.rudrendupaul/neuronscope

Traces which neurons and attention heads drive a language model's output via MCP tools.

client:Zed transport:stdio runtime:pypi

Install neuronscope in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "neuronscope": {
      "command": "uvx",
      "args": [
        "neuronscope-cli"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

neuronscope in other clients