One Horizon|Docs

Start GuideBetaConcepts
ClaudeClaudeClaude CodeCursorGitHubGitHubGoogle CalendarGoogle CalendarGoogle MeetGoogle MeetJiraJiraLinearLinearSlackSlack
HomePricingChangelogLog inSign upBlogDocs
Terms of UsePrivacy Policy

© 2025 One Horizon. All rights reserved

FacebookInstagramThreadsXRedditDiscordTikTokYouTubeMedium


Cursor

Make Cursor’s AI understand your work. One Horizon captures your assigned issues (from tools like Jira or Linear) into the editor, so the AI knows what you’re working on and can help you write better code. When you finish something, it can auto-log what you did to your Done List.

Cursor MCP

Configuration

The easiest way is to use the install button:

Install with Cursor

Manual Installation

You can configure One Horizon for yourself or for a specific 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:

mcp.json
{  "mcpServers": {    "onehorizon": {      "command": "npx",      "args": [        "mcp-remote@latest",        "https://mcp.onehorizon.ai/mcp"      ]    }  }}
Copied!

Activate in Cursor

Open a chat in Cursor and enable the One Horizon tool if it's not already active. Try asking "show my planned work for this week".

The first call may take a moment to load. Cursor will prompt you to authenticate - just follow the browser window to log in and verify 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 just wrote and adds a concise 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.

Troubleshooting


Related Articles

Claude

Claude

Make Claude use all the tools to report, summarize, and plan your or your team’s work.

Claude Code

Make Claude Code understand and capture your work while you code.

Concepts

Core concepts and terminology in One Horizon.

Daily Recap

Daily recap overview and task types, states, and organization.

  • Configuration
  • Activate in Cursor
  • What you can ask Cursor
  • Troubleshooting
  • Back to top