GALACTICA (Meta AI) を MCP サーバーとして公開し、SATORI / AIRA から利用可能にします。
| サイズ | パラメータ数 | メモリ目安 (fp16) |
|---|---|---|
mini | 125M | ~0.3 GiB |
base | 1.3B | ~2.6 GiB |
standard | 6.7B | ~13.4 GiB |
large | 30B | ~60 GiB |
huge | 120B | ~240 GiB |
bash scripts/setup.sh
bash scripts/start-mcp.sh
デフォルト: Standard モデル、Streamable HTTP トランスポート、ポート 3002
| 変数 | デフォルト | 説明 |
|---|---|---|
GALACTICA_MODEL | standard | モデルサイズ |
GALACTICA_TRANSPORT | http | stdio, sse, or http |
GALACTICA_HOST | 0.0.0.0 | バインドアドレス |
GALACTICA_PORT | 3002 | ポート番号 |
GALACTICA_PRELOAD | true | 起動時にモデルをプリロード |
| ツール | 説明 |
|---|---|
generate_text | 自由形式の科学テキスト生成 |
predict_citations | 学術引用予測([START_REF]) |
generate_latex | LaTeX 数式生成 |
generate_molecule | SMILES 分子生成([START_I_SMILES]) |
predict_protein_annotations | タンパク質アノテーション予測([START_AMINO]) |
scientific_qa | 科学 Q&A |
reasoning | ステップバイステップ推論(<work>) |
summarize | TLDR 要約 |
model_info | モデル情報取得 |
.vscode/mcp.json:
{
"servers": {
"galactica-mcp": {
"type": "http",
"url": "http://127.0.0.1:3002/mcp"
}
}
}
1 commits
Python
86.2%
Shell
13.8%
GALACTICA (Meta AI) を MCP サーバーとして公開し、SATORI / AIRA から利用可能にします。
| サイズ | パラメータ数 | メモリ目安 (fp16) |
|---|---|---|
mini | 125M | ~0.3 GiB |
base | 1.3B | ~2.6 GiB |
standard | 6.7B | ~13.4 GiB |
large | 30B | ~60 GiB |
huge | 120B | ~240 GiB |
bash scripts/setup.sh
bash scripts/start-mcp.sh
デフォルト: Standard モデル、Streamable HTTP トランスポート、ポート 3002
| 変数 | デフォルト | 説明 |
|---|---|---|
GALACTICA_MODEL | standard | モデルサイズ |
GALACTICA_TRANSPORT | http | stdio, sse, or http |
GALACTICA_HOST | 0.0.0.0 | バインドアドレス |
GALACTICA_PORT | 3002 | ポート番号 |
GALACTICA_PRELOAD | true | 起動時にモデルをプリロード |
| ツール | 説明 |
|---|---|
generate_text | 自由形式の科学テキスト生成 |
predict_citations | 学術引用予測([START_REF]) |
generate_latex | LaTeX 数式生成 |
generate_molecule | SMILES 分子生成([START_I_SMILES]) |
predict_protein_annotations | タンパク質アノテーション予測([START_AMINO]) |
scientific_qa | 科学 Q&A |
reasoning | ステップバイステップ推論(<work>) |
summarize | TLDR 要約 |
model_info | モデル情報取得 |
.vscode/mcp.json:
{
"servers": {
"galactica-mcp": {
"type": "http",
"url": "http://127.0.0.1:3002/mcp"
}
}
}
1 commits
Python
86.2%
Shell
13.8%