Allen Brain API Server
БесплатноНе проверенProvides access to the Allen Institute for Brain Science API, enabling queries of datasets such as Cell Types, Mouse Connectivity, Atlases, and more via RMA que
Описание
Provides access to the Allen Institute for Brain Science API, enabling queries of datasets such as Cell Types, Mouse Connectivity, Atlases, and more via RMA queries and high-level tools.
README
A comprehensive Model Context Protocol (MCP) server for querying the Allen Institute for Brain Science API. This server provides access to the Allen Brain API using the RESTful Model Access (RMA) format and high-level endpoints for various Allen Brain Institute datasets, including Cell Types, Mouse Connectivity, Ontologies, Image Downloads, Grid Data, and Neuronal Models.
Features
execute_rma_query: Allows sending raw, generic RMA queries for maximum flexibility. You can query models likeSpecimen,SectionDataSet,Structure, and filter them dynamically.get_cell_specimens: A convenient tool to query cell specimens from the Cell Types Database by species (e.g., Mus musculus or Homo Sapiens).get_mouse_connectivity_experiments: A high-level tool to quickly fetch projection/injection experiments from the Mouse Brain Connectivity Atlas.get_atlases: Retrieve atlases available through the API.get_structure_graphs: Retrieve structure graphs.get_structures: Retrieve data about anatomical structures, with optional filtering by graph ID.get_atlas_images: List atlas images belonging to a specified atlas.get_section_images: List section images belonging to a specified section data set.get_grid_data_download_url: Returns the URL to download 3-D expression grid data for a section data set.get_neuronal_models: Fetch biophysically detailed neuronal model records.
Installation
This project is built using TypeScript. To install dependencies:
cd allenbrain-mcp
npm install
Build
Compile the TypeScript code:
npm run build
Running the Server
Start the server using node:
npm start
Or run in development mode with tsx watch:
npm run dev
Testing
Tests are written using Vitest. Mocked axios is used to prevent actual network calls during the test suite.
npm run test
Adding to an Agent (e.g., Gemini CLI)
To integrate this MCP server with an agent like the Gemini CLI, you need to configure your agent to recognize and execute the server.
Ensure the server is built:
cd /path/to/allenbrain-mcp npm run buildConfigure your agent: You will typically need to provide a path to the server's executable. For the Gemini CLI, this is usually done via a configuration file (e.g.,
tool-code-interpreter.jsonor similar, depending on your setup). Add an entry that points to the compiled server.Example configuration entry (adjust
/path/to/allenbrain-mcpto your actual directory):{ "mcpServers": { "allenbrain-api": { "command": "node", "args": ["/path/to/allenbrain-mcp/build/index.js"] } } }Once configured, your agent should be able to list and call the tools provided by this MCP server.
Disclaimer and Support
This project is a work in progress, and not all functionality has been exhaustively tested with live data. While efforts have been made to accurately reflect the Allen Brain API based on available documentation, this project is not officially linked to or endorsed by the Allen Institute for Brain Science.
Feedback, bug reports, and contributions are welcome and encouraged to improve its completeness and reliability.
Установка Allen Brain API Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/MCPmed/allenbrain-mcpFAQ
Allen Brain API Server MCP бесплатный?
Да, Allen Brain API Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Allen Brain API Server?
Нет, Allen Brain API Server работает без API-ключей и переменных окружения.
Allen Brain API Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Allen Brain API Server в Claude Desktop, Claude Code или Cursor?
Открой Allen Brain API Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Allen Brain API Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
