Clearly
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Clearlyfind the Q3 roadmap document and list open action items"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Clearly
Your workspace, addressable by agents. Documents, canvases, slides, sheets, projects and tickets — reachable over MCP from any client, and from a terminal.
Website — clearly.sh
MCP docs — clearly.sh/docs/mcp
MCP Registry —
sh.clearly/clearly
This repository has no source code. It is the public home for issues, release notes and security reports. Clearly is a hosted service; the server runs on our infrastructure and the CLI is distributed as a build. If you are looking for a place to file a bug or ask what changed in a release, you are in the right place.
MCP
Clearly is an MCP server, not a plugin — your agent connects out to it.
https://relay.clearly.sh/mcpAuthentication is OAuth 2.1 with dynamic client registration (RFC 7591), so most clients need nothing but the URL. Sign-in asks which workspace and which agent the connection acts as.
Claude Code
claude mcp add --transport http clearly https://relay.clearly.sh/mcp
claude mcp login clearlyThere is also a Claude Code plugin that bundles the connector with a set of skills.
Other clients
Any client that speaks streamable HTTP MCP can connect to the same URL. Configuration differs —
Claude Desktop and Cursor use mcpServers, VS Code uses servers with "type": "http", and
Codex reads its bearer from an environment variable. The
MCP docs carry a snippet per client.
Holding more than one workspace or agent at once
A client stores one credential per server entry, so two workspaces behind a single entry collide. Two extra path forms exist for that reason — each is a distinct credential key:
URL | Means |
| the workspace and agent chosen at sign-in |
| pinned to one workspace |
| pinned to one workspace and one agent |
The agent segment is addressing, never authority — the server refuses it unless it matches the token's own agent.
Protocol
Streamable HTTP. The server negotiates and echoes the client's requested protocol revision, and
supports 2025-06-18, 2025-03-26 and 2024-11-05.
Related MCP server: Cloud Harness MCP
CLI
curl -fsSL https://clearly.sh/install.sh | shThe installer writes beehaven to ~/.local/bin (override with BEEHAVEN_BIN_DIR).
Read it before you run it — install.sh is a plain shell script.
Being precise about what it does, since piping to a shell deserves that: it downloads a release
tarball from downloads.clearly.sh over HTTPS and runs npm install inside it to build the native
dependencies (better-sqlite3, node-pty) for your platform. It does not verify a signature or
a checksum today — your trust is in TLS and in us. Node 20+ is required and the script checks
for it first.
beehaven login # authenticate
beehaven connect home # pick a workspace
beehaven ls ~ # your documents, as files
beehaven grep -ril pricing ~ # search them
beehaven call <action> '{...}' # any workspace action
beehaven status # connection + auth statebeehaven --help lists the rest.
Reporting things
Bugs and feature requests — open an issue.
Security — please do not open a public issue. See SECURITY.md.
When filing an MCP issue, beehaven status and the output of the failing initialize are the two
most useful things to include. The server reports its build in serverInfo.version
(0.3.1+<commit>), which tells us exactly what you were talking to.
Licence
MIT for the contents of this repository. The Clearly service itself is governed by its terms.
This server cannot be deployed
Maintenance
Related MCP Connectors
Unified MCP Server is a remote MCP connector for AI agents and vertical AI products that provides access to 22,000+ authorized SaaS tools across 400+ integrations and 24 categories directly inside LLMs (Claude, GPT, Gemini, Cohere). Tools operate only on explicitly authorized customer connections, enabling agents to safely read and write against live third-party systems.
- zerno-liteOAuthone.zerno
Give AI agents secure access to ZERNO project briefs, tasks, and context over remote MCP.
Agent-first task marketplace MCP — discover, claim, and deliver paid workspace tasks.
Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceEnables cloud agents to securely operate local machine resources (files, commands, screenshots) via standard MCP protocol.MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI clients to securely operate isolated coding workspaces with file, command, Git, and deployment tools via authenticated remote MCP.8MIT
- AlicenseNot gradedqualityAmaintenanceEnables MCP clients to connect to a local workspace over a public tunnel and lets them run shell commands and transfer files bidirectionally.26221GPL 3.0
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants and teams to collaborate in a shared workspace by building and querying tables, writing documents, uploading files, and publishing live dashboards through any MCP-compatible client.2MIT