How to Use the Leiga MCP in Cursor
Let your Cursor agent pull live Leiga tasks and project details directly into your active coding workspace.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Leiga MCP to Cursor
Create your Vinkius account to connect Leiga to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Code against real Leiga tasks in Cursor
Stop guessing what a ticket wants you to do. When you run this MCP Server in Cursor, the editor's agent mode reads the exact requirements of your assigned work using `get_task_details`. It pulls the acceptance criteria directly into your sidebar so you can write code that actually matches the spec. Instead of switching back and forth to your project board, you can ask Cursor to write a test suite for a specific ticket. The editor uses `list_tasks` to find your current backlog and builds code tailored to those exact requirements.
Create tickets from your code comments
Found a bug or a todo while refactoring in Cursor? You can have your editor create a ticket instantly with `create_task` without opening a browser. The agent grabs the surrounding code context and files a detailed ticket directly to your backlog. It uses `list_projects` to make sure the task lands in the correct repository board. This keeps your technical debt documented in Leiga the second you spot it, keeping your codebase and project management in sync.
Match your branch work to active team sprints
Cursor can analyze your local git changes and compare them against your team's active sprint. By calling `list_workflows` and `list_team_members`, the editor understands who is working on what and where your code fits into the bigger picture. If you need to hand off a feature, Cursor checks `list_organizational_teams` to find the right reviewer. It keeps your development velocity high by linking your actual code files to your project management board.
Set up Leiga MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Leiga MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Leiga transactions." If the MCP tools are loaded correctly, Cursor will call the Leiga tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"leiga-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Leiga. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Leiga MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Leiga MCP today
We host it, we monitor it, we maintain it. You just paste one token.