Open Horizons MCP - Strategic alignment for AI agents
npx claudepluginhub open-horizon-labs/oh-mcp-serverOpen Horizons MCP - Align AI decision-making with strategic context
Model Context Protocol (MCP) server for Open Horizons - enables AI agents to read and write strategic alignment context.
Open Horizons MCP Server connects AI coding assistants (like Claude Code) to your strategic alignment framework. Instead of making isolated technical decisions, AI agents can:
The result: AI that doesn't just code fast—it codes in alignment with your strategy.
The plugin provides a guided /oh-mcp:setup command:
# Add the marketplace
claude plugin marketplace add cloud-atlas-ai/oh-mcp-server
# Install the plugin
claude plugin install oh-mcp@oh-mcp
# Restart Claude Code, then run:
/oh-mcp:setup
Use the claude mcp add command directly:
claude mcp add oh-mcp -s user \
-e OH_API_URL=https://app.openhorizons.me \
-e OH_API_KEY=your_api_key_here \
-- npx -y @cloud-atlas-ai/oh-mcp-server
This adds the MCP server to ~/.claude.json so it's available in all projects.
Add to your project's .mcp.json:
{
"mcpServers": {
"oh-mcp": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@cloud-atlas-ai/oh-mcp-server"],
"env": {
"OH_API_KEY": "your_api_key_here",
"OH_API_URL": "https://app.openhorizons.me"
}
}
}
}
Restart Claude Code, then ask Claude to test the connection:
Try calling: oh_about
If it works, you'll see OH MCP tools available!
oh_get_contexts - List all contexts (personal and shared workspaces)oh_get_endeavors - Get endeavors (missions, aims, initiatives, tasks) in a contextoh_get_endeavor - Get details of a specific endeavor with hierarchyoh_get_logs - Get recent logs/decisions for an endeavoroh_about - Get information about Open Horizons and this MCP serveroh_create_endeavor - Create new mission, aim, initiative, or taskoh_update_endeavor - Update endeavor title and/or descriptionoh_archive_endeavor - Archive endeavor (soft delete)oh_unarchive_endeavor - Restore an archived endeavoroh_set_parent - Change parent of an endeavor (move in hierarchy)oh_delete_endeavor - Permanently delete an endeavoroh_log_decision - Log decision, note, or progress to an endeavoroh_update_log - Update a log entry's contentoh_delete_log - Delete a log entryoh_create_metis_candidate - Surface a pattern/learning for later review (metis = situated judgment)oh_create_guardrail_candidate - Surface a constraint/rule that should be enforcedoh_create_metis_candidate - Surface a pattern/learning for later reviewoh_create_guardrail_candidate - Surface a constraint/rule for later reviewoh_create_context - Create new shared context (workspace)oh_update_context - Update context title and/or descriptionoh_move_endeavor - Move endeavor to different contextoh_delete_context - Permanently delete a contextoh_invite_to_context - Invite user by email with role (editor or viewer)Open Horizons uses a four-level alignment hierarchy:
Mission (why you exist)
└── Aim (outcome you want)
└── Initiative (how you'll achieve it)
└── Task (what you do today)
Key Ideas:
When agents discover a reusable insight or constraint during work:
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search