Neuronpedia MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Neuronpedia MCP ServerExplain feature 5 in GPT-2 Small layer 8"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 buildConfiguration
Set your Neuronpedia API key as an environment variable:
export NEURONPEDIA_API_KEY=your_api_key_hereYou can obtain your API key by logging in at neuronpedia.org and visiting your account page.
Usage
Running the server
npm startAvailable Tools
generate_explanation - Generate explanations for model features
search_explanations - Search existing explanations
get_activations - Get feature activations for text
search_top_features - Find top activating features
steer_generation - Steer model generation with features
create_vector - Create custom steering vectors
list_vectors - List all vectors
get_vector - Get specific vector
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 devLicense
MIT
Maintenance
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
Alicense-qualityDmaintenanceEnables interaction with Nullplatform's API endpoints for managing deployments, scopes, services, and other cloud resources through natural language using the official OpenAPI specification.111MIT- Alicense-qualityDmaintenanceProvides access to Jina AI's Search Foundation APIs for embeddings, web search, content extraction, reranking, classification, and semantic text segmentation.6MIT

Orchestra MCP Serverofficial
Flicense-qualityAmaintenanceEnables interaction with the Orchestra API for managing pipelines, runs, logs, and artifacts through natural language.- FlicenseAqualityCmaintenanceEnables API documentation lookup and live API tools for managing Upmind platform resources like brands, products, clients, invoices, and tickets through natural language.971
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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