How to Use the Height (Project Management) MCP in Cursor
Inject live Height task data and user lists directly into your code with the Cursor agent.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Height (Project Management) MCP to Cursor
Create your Vinkius account to connect Height (Project Management) 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.
Stop Mocking API Data
This tool gives your Cursor agent read-access to your Height projects. Instead of writing placeholder data for a script, you can tell the agent to fetch real tasks and drop the response right into your editor. It's a huge time-saver. Use `list_tasks` to get a collection of active tickets or `get_task` for the JSON payload of a specific one. Your agent can then use that live data to write functions that actually work with your production schema from the start. No more surprises when you hit the real API.
Get Project Context Without Leaving the IDE
Pull in high-level project information while you code. If you need to see all the project boards to understand where a new feature might fit, just ask the agent to run `list_lists`. It gives you the context you need without breaking your flow. This is also useful for scripting or reporting. Your agent can fetch all lists, then iterate through them using `list_tasks` to build a custom report. This MCP Server turns your editor into a command center for project oversight.
Find Teammates and Task History
Quickly find out who's who and what's happened. The `list_users` tool lets your agent grab a list of all users, which is perfect for populating dropdowns or building assignment logic. You can also use `list_activities` to trace a task's history. For example, ask your agent: 'Get the activity log for task #123 and tell me who changed the status last'. It combines tools to get you the answer, saving you a trip to the web app. It's about getting quick, precise answers while you're focused on code.
Set up Height (Project Management) 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 Height (Project Management) 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 Height (Project Management) transactions." If the MCP tools are loaded correctly, Cursor will call the Height (Project Management) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"height-project-management-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 Height. 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 Height (Project Management) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Height (Project Management) MCP today
We host it, we monitor it, we maintain it. You just paste one token.