Skip to main content
Glama
rweisssieker-xp

PTC-MCP Integration Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging level
CREO_JLINK_PATHNoPath to Creo J-Link library
MCP_SERVER_NAMENoName of the MCP server
CREO_EXPORT_PATHNoPath for Creo exports
MCP_SERVER_VERSIONNoVersion of the MCP server
WINDCHILL_BASE_URLYesBase URL of the Windchill server
WINDCHILL_PASSWORDYesPassword for Windchill service account
WINDCHILL_USERNAMEYesUsername for Windchill service account

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
windchill_search_partB

Search for parts in Windchill by number, name, or free text

windchill_get_partC

Get detailed part information from Windchill

windchill_get_bomC

Get bill of materials for a part

windchill_get_docsB

Get documents associated with a part

creo_open_modelB

Open a Creo model (PRT, ASM, or DRW)

creo_export_stepB

Export Creo model as STEP file

creo_export_pdfB

Export Creo drawing as PDF

creo_get_parametersC

Extract parameters from a Creo model

find_part_and_open_in_creoB

Find a part in Windchill and automatically open it in Creo

export_part_as_stepC

Find a part in Windchill and export it as STEP file

analyze_dependenciesA

Analyze dependencies (parameters, family tables, references) for a part

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 11 tools

Disambiguation4/5

Most tools are clearly differentiated by prefix (creo_ vs windchill_), but 'export_part_as_step' and 'creo_export_step' could cause confusion for STEP export, and 'analyze_dependencies' lacks a clear domain indicator.

Naming Consistency3/5

Windchill and Creo tools follow consistent prefix_verb_noun patterns, but two tools ('analyze_dependencies', 'export_part_as_step') lack prefixes, and 'find_part_and_open_in_creo' is verbose and breaks the pattern.

Tool Count5/5

With 11 tools covering search, retrieval, export, and CAD interactions, the count is well-scoped for a Windchill-Creo integration server without being excessive or sparse.

Completeness3/5

The toolset covers basic retrieval and export workflows but lacks creation, update, or lifecycle operations (e.g., checkout/checkin), leaving notable gaps for full lifecycle management.

Maintenance

ActivityInactive
ResponsivenessNo issues