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 |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/thekingoffamily/Cursor-MCP-server-for-track-ai-agents-works'
If you have feedback or need assistance with the MCP directory API, please join our Discord server