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

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.

Cursor MCP

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:

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 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.

Troubleshooting


Related Articles

JetBrains

JetBrains IDEs

Connect JetBrains IDEs to One Horizon through MCP.

Windsurf

Windsurf

Connect Windsurf Cascade to One Horizon through MCP.

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