How to Use the Infinity MCP in Cursor
Build software while your Cursor MCP Server agent pulls live task data and updates Infinity board items directly from your codebase.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Infinity MCP to Cursor
Create your Vinkius account to connect Infinity 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.
Sync code changes with Infinity board items in Cursor
The `update_board_item` tool lets your Cursor agent modify task statuses automatically as you write and commit code. The agent matches your active branch name to your task ID and updates the board without you leaving the editor. If a code change requires a new tracking ticket, the `create_board_item` tool generates it instantly. This keeps your project board aligned with your actual code repository in real time.
Pull task context directly into your active workspace
The `list_board_items` tool feeds live task descriptions and requirements directly into your Cursor chat. This allows the editor's MCP agent to write code that matches your project specifications exactly, eliminating guesswork. To refine this context, the `list_board_attributes` tool reads the exact custom fields defined on your board. This ensures any programmatic updates sent by your editor match your team's specific data schema.
Monitor project structure and API health
The `check_api_health` tool verifies that your Cursor editor has a stable connection to your project management backend. Your agent runs this quick check before attempting any complex write operations to prevent write failures. Once verified, you can use `list_workspace_boards` to map out your files against specific tracking boards. This helps you organize multi-repository projects without manual cross-referencing.
Set up Infinity 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 Infinity 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 Infinity transactions." If the MCP tools are loaded correctly, Cursor will call the Infinity tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"infinity-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 Infinity. 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 Infinity MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Infinity MCP today
We host it, we monitor it, we maintain it. You just paste one token.