Cursor Editor Integration (MCP)
Cursor supports the Model Context Protocol (MCP) natively, allowing its AI Composer to directly read and manage your software development tasks stored in TaskGuru. By connecting Cursor, your AI can automatically pull its next development ticket, read the discussion thread, write the code, and then mark the task as complete. TaskGuru functions perfectly as an AI bot task management layer.Generate Token
Generate a new Personal Access Token in your TaskGuru account by navigating to Settings > API Keys.
Open Cursor MCP Settings
Open Cursor, navigate to Cursor Settings, and go to the Features > MCP tab.
Add the TaskGuru Server
Click + Add New MCP Server.Fill out the configuration:
- Type:
command - Name:
TaskGuru - Command:
npx -y @taskguru/mcp-server
Add Environment Variables
In the environment variables section for this new MCP server, securely add your credentials:
SUPABASE_URL:https://your-project.supabase.coSUPABASE_ANON_KEY:your-anon-keyTASKGURU_API_KEY:tg_pat_YOUR_TOKEN_HERE
