Cursor Task Tracker
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Server host | 0.0.0.0 |
| PORT | No | Server port | 8000 |
| DEBUG | No | Enable debug mode | true |
| DB_HOST | No | Database host | localhost |
| DB_NAME | No | Database name | cursor_tracker |
| DB_PORT | No | Database port | 5432 |
| DB_USER | No | Database user | postgres |
| SECRET_KEY | Yes | Secret key for JWT and sessions, minimum 32 characters | |
| DB_PASSWORD | Yes | Database password | |
| MCP_SUPERUSER | No | Enable superuser access for default user | true |
| MCP_AUTO_REGISTER | No | Auto-register users and projects on first call | true |
| MCP_AGENT_USERNAMES | No | Comma-separated list of agent usernames | main,frontend-dev,backend-dev,bug-fixer,refactor-agent,test-agent |
| MCP_DEFAULT_PROJECT | No | Default project name | My Project |
| MCP_DEFAULT_USERNAME | No | Default PM username | 0dm1n |
| MCP_AUTO_REGISTER_PASSWORD | No | Default password for auto-registered users | changeme |
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