材料MCPプロジェクト
OPTIMADE APIを介して材料データベースと連携するように設計されたモデルコンテキストプロトコル(MCP)サーバー。特にGoogle DeepMindのGNoME(Graph Networks for Materials Exploration)データセットに重点を置いています。このプロジェクトは、OPTIMADE APIと材料科学アプリケーション間の橋渡しとして機能し、結晶構造データへの効率的なアクセスと操作を可能にします。
概要
Materials MCP プロジェクトは、次の機能を備えたモデル コンテキスト プロトコル サーバーを実装します。
OPTIMADE APIとのインターフェースで材料データベースにアクセス
数百万の予測された安定結晶構造を含むGNoMEデータセットへの特別なアクセスを提供します。
結晶構造とその特性の効率的な検索と取得を可能にする
材料科学アプリケーション向けの標準化されたデータ交換形式をサポート
特徴
標準化された材料データベースへのアクセスのための OPTIMADE API 統合
予測された安定結晶構造にアクセスするための GNoME データセット統合
結晶構造クエリ用のRESTful APIエンドポイント
一般的な材料科学データ形式のサポート
効率的なデータキャッシュと検索メカニズム
標準化されたクエリ言語のサポート
設定
Python 3.10以降がインストールされていることを確認してください
仮想環境を作成します。
python -m venv venv source venv/bin/activate # On Unix/macOSPoetry を使用して依存関係をインストールします。
pip install poetry poetry install
プロジェクト構造
materials_mcp/- メインパッケージディレクトリapi/- OPTIMADE API統合gnome/- GNoMEデータセット固有の機能models/- データモデルとスキーマserver/- MCP サーバーの実装
tests/- テストディレクトリpyproject.toml- プロジェクトの構成と依存関係README.md- このファイル
依存関係
Python >=3.10
optimade >=1.2.4 - OPTIMADE API統合用
必要に応じて、次の依存関係が追加されます。
ウェブサーバー用のFastAPI/Flask
データベース統合
データ処理と分析
テストとドキュメント
使用法
【プロジェクトの進捗に合わせて使用例を追加していきます】
貢献
【投稿ガイドラインが追加されます】
ライセンス
【ライセンス情報が追加されます】
謝辞
GNoMEデータセット用のGoogle DeepMind
API仕様に関するOPTIMADEコンソーシアム
[その他の謝辞は追加予定]
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
OPTIMADE API を介して材料データベースへのアクセスを提供するモデル コンテキスト プロトコル サーバー。数百万の予測結晶構造を含む Google DeepMind の GNoME データセットに重点を置いています。
Related MCP Servers
- Asecurity-licenseAqualityImplementation of Model Context Protocol (MCP) server that provides tools for accessing Google Cloud's Vertex AI Gemini models, supporting features like web search grounding and direct knowledge answering for coding assistance and general queries.Last updated -202685MIT License
- -security-license-qualityA Model Context Protocol server that gives Claude access to Google's Gemini 2.5 Pro for extended thinking, code analysis, and problem-solving with a massive context window.Last updated -9,242
- -security-license-qualityA Model Context Protocol server that enables Claude to collaborate with Google's Gemini AI models, providing tools for question answering, code review, brainstorming, test generation, and explanations.Last updated -MIT License
- Asecurity-licenseAqualityA secure Model Context Protocol server that enables Claude Code to connect with OpenAI and Google Gemini models, allowing users to query multiple AI providers through a standardized interface.Last updated -32MIT License