Skip to main content
Glama
paulieb89

PyP6Xer MCP Server

PyP6Xer MCP 서버

SafeSkill 93/100 Oracle Primavera P6 .xer 일정 파일을 로드, 분석 및 편집하기 위해 PyP6Xer (xerparser)를 래핑하는 MCP 서버입니다. Claude 또는 모든 MCP 호환 클라이언트에서 직접 사용할 수 있습니다.

요구 사항

  • Python 3.13+

  • uv

설치

uv sync

Claude Code에 연결

.mcp.json에 추가하세요:

{
  "mcpServers": {
    "pyp6xer": {
      "type": "stdio",
      "command": "uv",
      "args": ["run", "python", "/path/to/p6-mcp-2/server.py"]
    }
  }
}

사용법

1. pyp6xer_load_file       — load a .xer from a local path, URL, or base64
2. <analysis tools>        — analyse the loaded schedule
3. pyp6xer_write_file      — persist any edits back to disk

서로 다른 cache_key 값을 사용하여 여러 파일을 동시에 로드할 수 있습니다.

도구 (25)

카테고리

도구

파일

load_file, list_projects, clear_cache, get_upload_url

활동

list_activities, get_activity, search_activities

분석

critical_path, float_analysis, schedule_quality, schedule_health_check, slipping_activities, relationship_analysis

진행률 / EVM

progress_summary, earned_value

리소스

list_resources, resource_utilization

달력

list_calendars

WBS

wbs_analysis, work_package_summary

내보내기

export_csv, compare_snapshots

쓰기

update_activity, batch_update, write_file

다른 MCP 서버와 함께 사용할 때 충돌을 방지하기 위해 모든 도구 이름 앞에는 pyp6xer_ 접두사가 붙습니다.

종속성

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
4Releases (12mo)

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/paulieb89/pyp6xer-mcp'

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