Odel
NeuronScope

NeuronScope

Local
@rudrendupaul1PythonMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIneuronscope-cliv0.1.5

Run

uvx neuronscope-cli

MCP client config

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