Back to Browse

NeuronScope MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

5.2
Moderate5.2Moderate Risk

NeuronScope is a well-structured MCP server for neural network interpretability analysis built on TransformerLens. The codebase demonstrates good security practices with proper input validation, error handling, and no evidence of credential mishandling or malicious patterns. Permissions align well with the server's purpose (model loading and tensor operations), though the acknowledged lack of resource limits on model loading and forward passes is a documented design trade-off that users should be aware of. Supply chain analysis found 6 known vulnerabilities in dependencies (1 critical, 0 high severity). Package verification found 1 issue.

5 files analyzed · 11 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

process_spawn

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

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

Reviews

No reviews yet

Be the first to review this server!