Cursor
Connect Cursor to One Horizon through MCP. Cursor can use assigned issues from tools like Jira or Linear while you code. When you finish work, it can summarize the result and add it to your Done List.
Configuration
The easiest way is to use the install button:
Install with Cursor
Manual installation
Configure One Horizon for yourself or for one project by creating an MCP configuration file.
For all your projects
Create ~/.cursor/mcp.json in your home directory
For one project
Create .cursor/mcp.json at your project root
In either file, add this configuration:
{ "mcpServers": { "one_horizon": { "command": "npx", "args": [ "mcp-remote@latest", "https://mcp.onehorizon.ai/mcp" ] } }}
Activate in Cursor
Open a chat in Cursor and enable the One Horizon tool if it is not already active. Try asking "show my planned work for this week".
The first call may take a moment to load. Cursor prompts you to authenticate. Follow the browser window to sign in and authorize the connection.
What you can ask Cursor
“show my assigned issues and tasks for today”
Cursor uses One Horizon to pull your in-flight issues from tools like Linear or Jira and summarizes them.
“use my assigned task details for the gateway API”
Cursor pulls those details into context so the AI writes code with the right scope and names.
“log this work to my Done List”
Cursor summarizes what it wrote and adds an entry to your Done List.
Security and permissions
The connector acts on your behalf. Data access follows your One Horizon roles, workspace membership, and scopes.