Developers
Connect over MCP
One hosted MCP endpoint for cited company context, a shared work ledger, and durable writeback.
The canonical Streamable HTTP endpoint is:
https://mcp.hivebase.aiIt exposes the launch catalog from PUBLIC_API_MANIFEST plus three resources:
hivebase://context/company-primerhivebase://capabilitieshivebase://skills/hivebase
Current tools (manifest insertion order):
context.briefcontext.searchcontext.synccontext.source.ingestcontext.remembercontext.resolvedecision.searchdecision.recordtask.searchtask.gettask.createtask.status.settask.posttask.mailbox.readtask.needs_youreceipt.getengineering.briefengineering.incidents.listengineering.incident.getlinear.issue.title.update
claude mcp add --transport http hivebase https://mcp.hivebase.ai{
"mcpServers": {
"hivebase": {
"url": "https://mcp.hivebase.ai"
}
}
}codex mcp add hivebase --url https://mcp.hivebase.ai# Add a custom remote MCP connector with this server URL:
https://mcp.hivebase.ai# Linear → Settings → Agents → MCP Servers → add server:
https://mcp.hivebase.aiChatGPT citation-oriented connections use
https://mcp.hivebase.ai/chatgpt/mcp, which exposes only search and fetch
aliases backed by the core retrieval contract.
The server supports the modern 2026-07-28 protocol and an official stateless
2025-era fallback. Tool discovery is useful but not a correctness dependency:
the public hot-path tools complete the continuity and work-ledger journey without deferred
tool search.
Agent-writable work ledger
With the task:read and task:write scopes, any supported MCP host can use the
same canonical board:
- Read current work with
task.searchandtask.get. - Create or update work with stable idempotency keys.
- Append progress through
task.post; posts do not page a human. - Poll
task.mailbox.readfor human steering. This is a receipted pull, not a push channel. - Use
task.needs_youonly for a real blocker. External attention requests enter quarantine and never land directly in Focus.
Attribution is trustworthy at the credential/connection level. A bot name supplied by a host remains a self-claim unless that host exposes a separately verifiable bot identity.
After connecting, call context.brief or read the company-primer resource.
Logged-in users can also add Cursor, Claude Desktop, Conductor, ChatGPT, and
Linear Agent from Settings → MCP connections without pasting JSON or
config.