Start GuideBetaConcepts
ChatGPTClaudeClaudeClaude CodeClaude CodeCLICodexCodexConductorConductorCursorCursorGitHubGitHubGitLabGitLabGoogle CalendarGoogle CalendarGoogle MeetGoogle MeetJetBrainsJetBrains IDEsJiraJiraLinearLinearCustom appn8nn8nSlackSmitherySmitheryWindsurfWindsurf
DocsAPI Reference

Main

  • Home
  • About
  • Pricing
  • Vault
  • Changelog
  • Docs

Features

  • Roadmaps
  • Planning
  • Standups
  • Status updates
  • Insights
  • AI assistant / MCP
  • Integrations

Solutions

  • Startups
  • Dev shops / agencies
  • Software teams
  • Internal IT & platform teams

Alternatives

  • vs Jira
  • vs Linear
  • vs Asana
  • vs Monday.com
  • vs ClickUp
  • vs Notion

Company

  • Blog
  • Security
  • Log in
  • Sign up
  • Terms of Use
  • Privacy Policy

Resources

  • Docs
  • API reference
  • CLI
  • Desktop app
  • SDK

© 2026 One Horizon. All rights reserved

FacebookInstagramThreadsXRedditTikTokYouTubeMedium


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": {    "one_horizon": {      "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

JetBrains

JetBrains IDEs

Make JetBrains IDEs understand and capture your work while you code.

Windsurf

Windsurf

Make Windsurf Cascade understand and capture your work while you code.

Smithery

Smithery

Connect One Horizon through Smithery using the published One Horizon MCP server entry.

n8n

n8n

Integrate One Horizon into your n8n workflows to automate work tracking, generate reports, and sync data.

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