Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 261:mcpserver [2026/04/15 10:21] – Policnik, Florian | 261:mcpserver [2026/05/07 10:33] (current) – Policnik, Florian | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| Through our MCP server, AI systems can access process data managed in Stages for various purposes and use cases. | Through our MCP server, AI systems can access process data managed in Stages for various purposes and use cases. | ||
| + | |||
| + | In the currently provided MCP solution Stages provides access to a **single workspace only**. In future versions of MCP support this limitation is going to be eliminated. | ||
| ===== How it works ===== | ===== How it works ===== | ||
| - | The Stages MCP server uses the [[261: | + | The Stages MCP server uses the [[261: |
| ===== How to get started ===== | ===== How to get started ===== | ||
| Line 17: | Line 19: | ||
| ==== Installation ===== | ==== Installation ===== | ||
| - | * In Stages go to Administration -> Jobs and create a job for MCP (e.g. " | ||
| - | * Upload the '' | ||
| - | * Run the job once | ||
| - | * Specify a cron expression to keep the data updated | ||
| * Stop Stages | * Stop Stages | ||
| - | * Activate [[261: | + | * Activate [[261: |
| * Add '' | * Add '' | ||
| * Choose the right WAR file: | * Choose the right WAR file: | ||
| Line 29: | Line 27: | ||
| * Extract the WAR file to '' | * Extract the WAR file to '' | ||
| * Start Stages | * Start Stages | ||
| + | * Go to the Company workspace and add the workspace variable '' | ||
| + | * In Stages go to Administration -> Jobs and create a job for MCP (e.g. " | ||
| + | * Upload the '' | ||
| + | * Run the job once | ||
| + | * Specify a cron expression to keep the data updated | ||
| - | If Stages is running, you can check the path "/mcp/status" | + | If Stages is running, you can check the path '' |
| ==== Configure credentials ===== | ==== Configure credentials ===== | ||
| Line 40: | Line 43: | ||
| * Permission according to the data collector (e.g. Process Read) | * Permission according to the data collector (e.g. Process Read) | ||
| - | The API token that was created must be provided to the MCP server via the header '' | + | |
| ==== Configure AI system ===== | ==== Configure AI system ===== | ||
| + | |||
| + | Currently Stages MCP server supports Server-Sent Events (SSE) protocol. The endpoint is ''/ | ||
| + | |||
| + | ''< | ||
| + | |||
| + | The API token that was created must be provided to the MCP server via the header '' | ||
| + | |||
| An example MCP configuration: | An example MCP configuration: | ||