ATMcp
by MidCheck
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ATMCP_REDIS_URL | No | Redis connection URL. Default: redis://localhost:6379/0 | |
| ATMCP_PUBLIC_URL | No | Public URL of the server for dashboard links. Default: http://localhost:8000 | |
| ATMCP_ADMIN_TOKEN | Yes | Admin token used to create teams via the HTTP API. Must be set. | |
| ATMCP_SQLITE_PATH | No | Path to SQLite database file. Default: ./atmcp.db | |
| ATMCP_DASHBOARD_AUTH | No | Set to '1' to require a read-only token for dashboard access. Default: '0' | |
| ATMCP_TASK_MAX_ATTEMPTS | No | Maximum number of attempts for a task before it is considered failed. Default: 3 |
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/MidCheck/ATMcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server