AIND Metadata MCP Server
Officialアーカイブに関する通知
このリポジトリはアーカイブされています。
AIND メタデータ MCP サーバー
AIND (Allen Institute for Neural Dynamics) のメタデータおよびデータ資産へ、包括的なツールとリソースを通じてアクセスを提供する MCP (Model Context Protocol) サーバーです。
[!WARNING] この MCP サーバーは非推奨です。引き続き V1 メタデータへのアクセスには使用できます。 V2 メタデータについては、aind-data-mcp を参照してください。
機能
この MCP サーバーは、以下のためのツールを提供します:
データ取得: フィルターとプロジェクションを使用して MongoDB コレクションをクエリする
集計: 複雑な MongoDB 集計パイプラインを実行する
スキーマ探索: 詳細なスキーマ例とドキュメントにアクセスする
NWB ファイルアクセス: NWB (Neurodata Without Borders) ファイルを読み込み、探索する
データ要約: データ資産の AI による要約を生成する
Related MCP server: Allen Brain API MCP Server
インストール
まだインストールしていない場合は、こちらのドキュメント に従って uv をインストールしてください。
uv を使用して MCP サーバーをインストールします:
uv tool install aind-metadata-mcpまたは pip を使用します:
pip install aind-metadata-mcp設定
Cline (VSCode 拡張機能) の場合
MCP サーバーが希望するクライアントで確実に実行されるようにするには、aind-metadata-mcp パッケージをコンソールにダウンロードする必要があります。容量が不足している場合は、次のステップに進む前に UV_CACHE_DIR と UV_TOOL_DIR を容量のある場所に設定してください。
シンプルなインストール方法 ターミナルで
uv tool install aind-metadata-mcpを実行し、以下の MCP クライアントの設定に進みます。上記の手順がうまくいかない場合:
IDE で Python 3.11 の仮想環境を作成します
# Instructions for Conda
conda create -n <my_env> python=3.11
conda activate <my_env>
# Instructions for virtual environment
py -3.11 -m venv .venv
# Windows startup
.venv\Scripts\Activate.ps1
# Mac/ Linux startup
source .venv/bin/activate IDE のターミナルで以下のコマンドを実行します。
pip install uv
uvx aind-metadata-mcpすべてが順調に進み、Starting MCP server 'aind_data_access' with transport 'stdio' という通知が表示されれば、選択したクライアントでのセットアップは完了です!
Cursor IDE
MCP サーバーをインストールします:
uv tool install aind-metadata-mcpMCP 設定ファイルを作成します:
mkdir -p ~/.cursor~/.cursor/mcp.jsonを作成し、以下の内容を記述します:{ "mcpServers": { "aind-data-access": { "command": "aind-metadata-mcp", "args": [], "env": {} } } }重要: 必要に応じて
aind-metadata-mcpをフルパスに置き換えてください:which aind-metadata-mcpcommandフィールドにはフルパス (例:/Users/username/.local/bin/aind-metadata-mcp) を使用してください。Cursor を完全に再起動します (Cmd+Q で終了してから再起動)
注: Cursor は VSCode とは異なる MCP 設定システムを使用しています。設定はメインの settings.json ファイルではなく、~/.cursor/mcp.json に記述する必要があります。
MCP クライアントでの使用手順
クライアントに MCP サーバーを追加するための JSON 設定ファイルは、以下のように構成する必要があります
{
"mcpServers": {
}
}mcpServers 辞書に以下の行を挿入します
"aind_data_access": {
"disabled": false,
"timeout": 300,
"type": "stdio",
"command": "aind-metadata-mcp"
}JSON ファイルを設定した後、クライアントにサーバーが反映されるまで数分かかることに注意してください。
Claude デスクトップアプリ
画面左上の3本線をクリックします。
File > Settings > Developer > Edit config
VSCode の Cline
Cline が VSCode にダウンロードされていることを確認します
Cline ウィンドウ右上の3つの重なった長方形をクリックします
Installed > Configure MCP Servers
VSCode を閉じて再起動します
VSCode の Github Copilot
コマンドパレット (ctr shift p)
「MCP: Add server」を検索
「Manual Install」/「stdio」を選択
コマンドの入力を求められたら、
uvx aind-data-accessと入力サーバーに名前を付けます
VSCode を閉じて再起動します
Copilot チャットで -> エージェントモードを選択 -> 3つの重なった長方形をクリックしてツールを設定
エージェントが AIND API のコンテキストで応答できるようにするには、このリポジトリ内の .txt ファイル (リソース配下) を手動で追加する必要があります
Code Ocean での使用
こちらのカプセル を見つけて、aind-metadata-mcp がプリインストールされた Cline と Co-pilot を起動します。
追加のサポートについては code ocean MCP サーバー を参照してください
バージョン 4.2 または 4.5 をピン留めしてください
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
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 Connectors
List datasets, schemas, run APL queries, and use prompts for exploration, anomalies, and monitoring.
Connect AI clients to biomedical data and tools.
Ingest, manage, and retrieve documents for RAG-powered AI applications
Query your org's data in natural language — read-only MCP access to SQL, NoSQL, files & warehouses.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides a standardized interface for AI assistants to interact with MongoDB databases, enabling CRUD operations, schema analysis, and database management through the Model Context Protocol.1-
- FlicenseBqualityDmaintenanceProvides 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.263-
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact natively with MongoDB databases, including schema discovery, CRUD operations, aggregation pipelines, and index management via natural language.28MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with MongoDB databases through natural language, supporting document CRUD, aggregation, collection listing, and statistics.78,836Apache 2.0
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/AllenNeuralDynamics/aind-metadata-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server