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. |
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
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/abnasim/TekAutomate-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server