neuronscope for Cursor
io.github.rudrendupaul/neuronscope
Traces which neurons and attention heads drive a language model's output via MCP tools.
client:Cursor
transport:stdio
runtime:pypi
Install neuronscope in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"neuronscope": {
"type": "stdio",
"command": "uvx",
"args": [
"neuronscope-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs