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 클라이언트와 호환
문제 해결
문제 해결 가이드를 참조하세요.
개발
개발자 가이드: 소스에서 설치 및 실행을 참조하세요.
기여
PR과 이슈는 언제나 환영합니다! 시작하려면 개발자 가이드를 참조하세요.
라이선스
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