itasca-mcp
pfc-mcp
pfc3d>model new ;now, with LLM.
pfc-mcpは、Model Context Protocolを通じてAIエージェントをITASCA PFCに接続します。自然な会話を通じて、ドキュメントの閲覧、シミュレーションの実行、コードの実行が可能です。
pfc3d>model solve ;LLM solves.

ツール (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を参照してください。
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 Servers
- AlicenseAqualityDmaintenanceA simple MCP server for interacting with OpenAI assistants. This server allows other tools (like Claude Desktop) to create and interact with OpenAI assistants through the Model Context Protocol.939MIT
- AlicenseNot gradedqualityBmaintenanceMCP 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.8619MIT
- AlicenseAqualityAmaintenanceyade-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.713MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server for Discord-based AI agent-user communication. Enables AI agents to communicate with users through Discord instead of IDE chat interfaces.59MIT
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
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/yusong652/itasca-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server