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 |
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/EA2-Programmer/Mcp-project'
If you have feedback or need assistance with the MCP directory API, please join our Discord server