goai_tools_mcp
by Feghal
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port | 3000 |
| MCP_API_KEY | No | Empty means fully public — no key, anyone with the URL can call every tool. Set it and every request must carry x-api-key or Authorization: Bearer. | |
| OUTPUT_TTL_MS | No | How long a generated file stays fetchable | 3600000 |
| MAX_INPUT_BYTES | No | Decoded bytes per file. Express's body limit is derived from it. | 4000000 |
| PUBLIC_BASE_URL | No | Required in production; prefixes the /files/:token download links | |
| MCP_RATE_LIMIT_MAX | No | Requests per window per client | 1200 |
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues