TekAutomate MCP Server
by abnasim
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | The port the server runs on (default 8787). | 8787 |
| NODE_ENV | No | Environment setting, e.g., 'production'. | |
| OPENAI_BASE_URL | No | Custom base URL for OpenAI routing. | |
| OPENAI_PROMPT_ID | No | ID for hosted prompt controls. | |
| OPENAI_FLOW_MODEL | No | Model used for flow-related logic. | |
| MCP_ROUTER_ENABLED | No | Set to 'true' to enable router-backed tool hydration at boot. | |
| OPENAI_ASSISTANT_ID | No | Legacy fallback for prompt/version or used for assistant-thread routing. | |
| OPENAI_DEFAULT_MODEL | No | The default OpenAI model to use. | |
| OPENAI_PROMPT_VERSION | No | Version for hosted prompt controls. | |
| OPENAI_SERVER_API_KEY | Yes | Required for /ai/responses-proxy. Used for streaming Responses proxy and server-owned key orchestration. | |
| OPENAI_ASSISTANT_MODEL | No | Model used specifically for assistant-related tasks. | |
| OPENAI_REASONING_MODEL | No | Model used for tool-assisted reasoning. | |
| COMMAND_VECTOR_STORE_ID | No | Optional ID for file search or vector retrieval augmentation. | |
| OPENAI_MAX_OUTPUT_TOKENS | No | Maximum number of output tokens for OpenAI responses. | |
| MCP_POSTCHECK_MAX_PROSE_CHARS | No | Response prose truncation guard (default 1200). | 1200 |
| TEKAUTOMATE_STEPS_INSTRUCTIONS_FILE | No | Prompt file override for step instructions. | |
| TEKAUTOMATE_BLOCKLY_INSTRUCTIONS_FILE | No | Prompt file override for Blockly instructions. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/abnasim/TekAutomate-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server