How to Use the Jibble MCP in Cursor
Generate code that interacts with your live Jibble database directly inside the Cursor editor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Jibble MCP to Cursor
Create your Vinkius account to connect Jibble 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.
Live code generation with Jibble schema
`get_organization` retrieves the exact configuration of your workspace so Cursor can generate code matching your actual database setup. You don't have to guess API payloads or hardcode dummy structures. The AI editor uses real metadata to write working code. To verify individual details during development, `get_person` pulls live user records into your editor. You can test your functions against real employee IDs and email formats. This eliminates the feedback loop of constantly deploying to a staging server just to test a simple API call.
Build reporting scripts using this MCP Server
`list_time_entries` provides the raw data feed for building custom payroll and attendance dashboards. You can ask Cursor to write a script that aggregates these hours, and the editor will run the tool to verify the output format. It ensures your scripts parse the API response correctly. To group these hours by department, `list_groups` pulls your team taxonomy directly into the workspace. Your agent uses this live structure to write precise grouping logic. You get working code that maps directly to your organization's actual structure.
Audit billable hours and client projects
`list_projects` lists your active dev tasks and client engagements so you can map code changes to specific job numbers. The MCP Server feeds active dev tasks straight to your workspace to keep your internal time tracking aligned with actual git commits. You can even automate status updates based on your current coding session. For client-facing billing, `list_clients` and `list_activities` match your tracked hours with external client records. You can quickly build scripts that flag unbilled developer hours. This keeps your project accounting accurate with zero manual tracking.
Set up Jibble 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 Jibble 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 Jibble transactions." If the MCP tools are loaded correctly, Cursor will call the Jibble tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"jibble-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 Jibble. 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 Jibble MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Jibble MCP today
We host it, we monitor it, we maintain it. You just paste one token.