RFQ_SIEMENS_Teamcenter_MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RFQ_SIEMENS_Teamcenter_MCPUpload requirement_sample.txt and start the demo workflow"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Teamcenter Phase 1 Workflow Skeleton
This repository now contains a modular Phase 1 demonstration scaffold for the upload-to-Teamcenter-draft workflow.
What is included
Existing Teamcenter FastAPI wrapper and MCP bridge preserved
New Phase 1 workflow API under
/api/*SQLAlchemy-backed workflow persistence with SQLite default and PostgreSQL-ready configuration
Deterministic mock Teamcenter mode for demos
File validation, extraction, similarity search, BQ drafting, document generation, approval, and save flow
Vite React frontend scaffold in
frontend/Demo data and sample upload fixtures in
shared/demo/
Related MCP server: Suppr MCP
Demo credentials
viewer / viewerengineer / engineer
Local backend startup
Create or activate a Python 3.11 environment.
Install dependencies:
pip install -r requirements.txtCopy
.env.exampleto.envand adjust values if needed.Run the API:
python -m uvicorn app.main:app --reload
The API will initialize demo users and the local SQLite database automatically on startup.
Frontend startup
cd frontendnpm installnpm run dev
Docker startup
docker compose up --build
Demo happy path
Log in as
engineer.Upload
shared/demo/uploads/requirement_sample.txtin mock mode.Call:
POST /api/workflows/{id}/validate-filesPOST /api/workflows/{id}/extractPUT /api/workflows/{id}/requirement-reviewPOST /api/workflows/{id}/similarity-searchPOST /api/workflows/{id}/bq-selectionPUT /api/workflows/{id}/bq-draftPOST /api/workflows/{id}/bq-preparePOST /api/workflows/{id}/documents/generatePOST /api/workflows/{id}/approvePOST /api/workflows/{id}/save-teamcenter
Tests
Backend and contract tests live under tests/.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/Cialfor-Research-Labs/RFQ_SIEMENS_Teamcenter_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server