Skip to main content
Glama
manncodes

Neuronpedia MCP Server

by manncodes

Neuronpedia MCP Server

A Model Context Protocol (MCP) server that provides access to the Neuronpedia API for AI model interpretability and feature analysis.

Features

  • Explanations: Generate and search explanations for AI model features

  • Activations: Analyze feature activations on specific text inputs

  • Steering: Control model generation using specific features

  • Vectors: Create and manage custom steering vectors

Related MCP server: Jina AI MCP Server

Installation

npm install
npm run build

Configuration

Set your Neuronpedia API key as an environment variable:

export NEURONPEDIA_API_KEY=your_api_key_here

You can obtain your API key by logging in at neuronpedia.org and visiting your account page.

Usage

Running the server

npm start

Available Tools

  1. generate_explanation - Generate explanations for model features

  2. search_explanations - Search existing explanations

  3. get_activations - Get feature activations for text

  4. search_top_features - Find top activating features

  5. steer_generation - Steer model generation with features

  6. create_vector - Create custom steering vectors

  7. list_vectors - List all vectors

  8. get_vector - Get specific vector

  9. delete_vector - Delete a vector

MCP Client Configuration

Add this to your MCP client configuration:

{
  "mcpServers": {
    "neuronpedia": {
      "command": "node",
      "args": ["/path/to/neuronpedia-mcp/dist/index.js"],
      "env": {
        "NEURONPEDIA_API_KEY": "your_api_key"
      }
    }
  }
}

Development

npm run dev

License

MIT

Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Create, browse, remix, collaborate on, and run durable AI workflow nodes from MCP hosts.

  • Curated knowledge API for AI agents - skill packs, semantic search, validated patterns.

  • Create, test, publish, and manage Dreamlit notification workflows from AI clients.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/manncodes/neuronpedia-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server