Skip to main content
Glama

pfc-mcp

English | 简体中文

PyPI Downloads GitHub stars License: MIT Python 3.10+

pfc3d>model new ;now, with LLM.

pfc-mcpは、Model Context Protocolを通じてAIエージェントをITASCA PFCに接続します。自然な会話を通じて、ドキュメントの閲覧、シミュレーションの実行、コードの実行が可能です。

pfc3d>model solve ;LLM solves.

pfc-mcp demo

ツール (10)

5つのドキュメントツール — PFCコマンド、Python API、リファレンスドキュメントの閲覧と検索。ブリッジは不要です。

5つの実行ツール — インタラクティブなREPL、タスク送信、進捗監視、中断、履歴管理。ブリッジが必要です。

Related MCP server: mcp-server-terminal

クイックスタート

前提条件

  • ITASCA PFC 6.0, 7.0, または 9.0 がインストールされていること

  • uv がインストールされていること(uvx用)

エージェント設定(推奨)

これをAIエージェントにコピーして、自己設定させてください:

Fetch and follow this bootstrap guide end-to-end:
https://raw.githubusercontent.com/yusong652/pfc-mcp/main/docs/agentic/pfc-mcp-bootstrap.md

手動設定

1. クライアント設定でMCPサーバーを登録します:

{
  "mcpServers": {
    "pfc-mcp": {
      "command": "uvx",
      "args": ["pfc-mcp"]
    }
  }
}

2. PFC内からブリッジを起動します:

addon.pyをダウンロードし、PFC内で以下のいずれかのフローを実行します:

  • ファイルの内容をPFC IPythonコンソールにコピーして実行する

  • または、ファイルをダウンロードしてPFC GUIで実行する

検証

AIエージェント(Claude Code、Codex CLI、Gemini CLIなど)を再起動し、pfc_execute_codeを呼び出すよう指示して接続を確認してください。

機能

  • マルチバージョンのPFCサポート - versionパラメータを介してPFC 6.0、7.0、9.0のコマンドドキュメントに対応

  • 階層的なドキュメント閲覧 - エージェントがPFCコマンドツリーをナビゲートして機能と境界を把握し、コマンドのハルシネーションを低減

  • 強化されたプロットドキュメント - 公式ドキュメントを補完するプロットアイテムのリファレンスドキュメント

  • インタラクティブなREPL - 完全なスクリプトをコミットする前の迅速な反復。エージェントがコードを素早くテスト・修正可能

  • タスクライフサイクル管理 - 長時間シミュレーションの送信、進捗監視、実行中のタスクの中断、タスク履歴の閲覧

  • マルチクライアント互換 - Claude Code、Codex CLI、Gemini CLI、GitHub Copilot CLI、OpenCode、toyoura-nagisa、その他のMCPクライアントで動作

トラブルシューティング

トラブルシューティングガイドを参照してください。

開発

開発者ガイド:ソースからのインストールと実行を参照してください。

貢献

プルリクエストとIssueを歓迎します!開始するには開発者ガイドを参照してください。

ライセンス

MIT - LICENSEを参照してください。

A
license - permissive license
A
quality
A
maintenance

Maintenance

UpdatingMaintainers
UpdatingResponse time
4dRelease cycle
36Releases (12mo)
Commit activity
Issues opened vs closed

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

  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP server enabling AI agents to interact with terminal applications through structured Terminal State Tree representation. Works with any AI assistant that supports the Model Context Protocol.
    86
    19
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    yade-mcp connects AI agents to YADE — the open-source discrete element method engine — through the Model Context Protocol. Browse API docs, run simulations, and execute code, all through natural conversation.
    7
    13
    MIT

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • MCP server for AI dialogue using various LLM models via AceDataCloud

  • Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer

View all MCP Connectors

Latest Blog Posts

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/yusong652/itasca-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server