TrakSYS MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| USE_UV | No | Toggle usage of uv. | 0 |
| MAX_ROWS | No | Maximum number of rows to return in a query result. | 1000 |
| LOG_LEVEL | No | The logging level for the server. | INFO |
| READ_ONLY | No | Whether the server should operate in read-only mode. | true |
| LOG_FORMAT | No | The format of the logs. | json |
| CLAUDE_MODEL | No | The Claude model to be used by the server. | claude-sonnet-4-5 |
| ENABLE_WRITES | No | Whether to enable write operations. | false |
| HTTP_BIND_HOST | No | The host address the HTTP server binds to. | 0.0.0.0 |
| HTTP_BIND_PORT | No | The port number the HTTP server binds to. | 8080 |
| MAX_QUERY_LENGTH | No | Maximum character length allowed for a query. | 8000 |
| SERVER_TRANSPORT | No | The transport protocol used by the server. | stdio |
| ANTHROPIC_API_KEY | Yes | Your Anthropic API secret key. | |
| MSSQL_QUERY_TIMEOUT | No | Timeout for MS SQL queries in seconds. | 30 |
| MSSQL_CONNECTION_STRING | Yes | The connection string for the MS SQL Server database. | |
| MSSQL_CONNECTION_TIMEOUT | No | Timeout for the MS SQL connection in seconds. | 5 |
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
ActivityInactive
ResponsivenessNo issues