Getting startedSet up integrationsCreate your first initiativeInvite your teamPlan today's workShare your first update
ChatGPTClaudeClaudeClaude CodeClaude CodeCodexCodexConductorConductorCursorCursorGitHubGitHubGitLabGitLabBitbucketBitbucketGoogle CalendarGoogle CalendarGoogle MeetGoogle MeetJetBrainsJetBrains IDEsJiraJiraLinearLinearSlackCustom appn8nn8nSmitherySmitheryWindsurfWindsurf
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
  • Community
  • API reference
  • CLI
  • Desktop app
  • SDK

© 2026 One Horizon. All rights reserved

FacebookInstagramThreadsXRedditTikTokYouTubeMedium


Smithery

Connect through Smithery using the published server entry onehorizon/onehorizon. If you are choosing between MCP setup paths, start with MCP.

Published Smithery server

Open the published listing when you want Smithery to manage the MCP server entry.

View on Smithery

Prerequisites

  • An account with access to at least one workspace (sign up at onehorizon.ai/app/auth/signup).
  • A Smithery account.
  • Node.js 20+ (required by the Smithery CLI).
  • Smithery CLI access:
    • Global install (optional): npm install -g @smithery/cli@latest
    • No install path: use npx -y @smithery/cli@latest ... for each command.

Quick start with Smithery CLI

# 1) Authenticate with Smitherynpx -y @smithery/cli@latest auth login
# 2) Connect this server with an explicit connection IDnpx -y @smithery/cli@latest mcp add onehorizon/onehorizon --id onehorizon
# 3) If output says auth_required, open setupUrlopen "https://api.smithery.ai/connect/onehorizon/onehorizon/setup"
# 4) Browse tools with the connection IDnpx -y @smithery/cli@latest tool list onehorizon
# 5) Call a toolnpx -y @smithery/cli@latest tool call onehorizon list-taxonomy '{}'
# 6) Check connected MCP entries and statusesnpx -y @smithery/cli@latest mcp list

If you installed Smithery globally, you can replace npx -y @smithery/cli@latest with smithery.

Connect from the Smithery UI

  1. Open the Smithery listing.
  2. Use Smithery's connect flow.
  3. Smithery runs an npx command locally to start a STDIO bridge to the remote Smithery endpoint.

Direct MCP endpoint

After mcp add, Smithery CLI currently reports the MCP URL as:

https://server.smithery.ai/onehorizon/onehorizon

If the connection status is auth_required, Smithery also returns a setupUrl. Open that URL in your browser and complete authorization before calling tools.

Use npx -y @smithery/cli@latest mcp list to confirm the connection is no longer in auth_required. The OAuth model is the same user-granted access described in OAuth Apps.

Available tools

Major tool groups include initiatives, bugs and feature requests, todos, recaps, team lookups, taxonomy, and comments.

Run this command to fetch the current list:

npx -y @smithery/cli@latest tool list onehorizon

Scope: the current Smithery server entry and behavior verified on April 22, 2026.

Troubleshooting


Previousn8nNextWindsurf
Claude

Claude

Connect Claude to One Horizon to report, summarize, and plan work.

Cursor

Cursor

Make Cursor understand and capture your work while you code.

JetBrains

JetBrains IDEs

Connect JetBrains IDEs to One Horizon through MCP.

Windsurf

Windsurf

Connect Windsurf Cascade to One Horizon through MCP.

  • Prerequisites
  • Quick start with Smithery CLI
  • Connect from the Smithery UI
  • Direct MCP endpoint
  • Available tools
  • Troubleshooting
  • Back to top