The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Orcha listing page.
Orcha is a unified context layer for AI tools and agents. It stores, indexes, and exposes organizational, team, or individual knowledge. Files, structured databases, and connected sources live in one workspace, and agents reach them through Model Context Protocol (MCP), CLI with virtual file system, or REST API, with permissions, citations, and provenance.
This repository is the public connection guide and registry listing for Orcha's hosted MCP server. The service runs at:
Transport is Streamable HTTP. The application source code is private; nothing needs to be installed or built from this repository to use the server.
28 tools spanning:
get_usage_guide), covering tool choice, search tuning, citations, writing back, and troubleshootingsearch_context) with fast, balanced, and fresh routing modes, plus a citation on every resultlist_memories, get_memory), including agent-side curation (create_memory, update_memory) covering files, folders, synced documents, and database viewslist_databases, query_database, record CRUD)query_source, fetch_source_document, list_source_documents)browse_context): ls, tree, find, cat, grep, and stat over a virtual tree of the workspaceEvery connection is isolated to the organization, workspace, permissions, and optional folder scope it was granted.
The server also serves its usage guides as Agent Skills under the draft
io.modelcontextprotocol/skills extension: skills/list enumerates them and
each file is readable at skill://orcha/<name>/<path>. Clients without skills
support get the same content from the get_usage_guide tool.
Add the server URL to any OAuth-capable MCP client. The client discovers Orcha's authorization server automatically and walks you through consent; the grant is scoped to the organization and workspace you approve.
Claude Code:
claude.ai and Claude Desktop: Settings, Connectors, Add custom connector, then enter https://app.tryorcha.com/mcp.
Codex takes TOML rather than JSON. Add this to ~/.codex/config.toml, or .codex/config.toml in a trusted project:
Codex also reads Agent Skills from .agents/skills/ in a repository or ~/.agents/skills/ globally, so Orcha's four usage guides can be installed there. They are available with no installation through get_usage_guide.
Cursor and other OAuth-capable clients: add a remote MCP server with the same URL and follow the sign-in prompt.
Claude Code users can instead install the plugin below, which does the same connection and adds the usage guides as skills.
orca_.Authorization header:launch-checklist.md from these release requirements."engineering-onboarding memory and identify any conflicting guidance."Claude Code can install the connection and the usage guides together:
The plugin carries its own server configuration, so it replaces the
claude mcp add step above rather than following it. It also installs the four
usage guides as skills, so Claude loads the relevant one when a task calls for
it. See plugins/orcha for details.
This is a convenience for one client. Every other client gets the same guidance
from the server through get_usage_guide.
The server is published in the Official MCP Registry as io.github.westonhancock/orcha. The manifest in server.json mirrors the registry entry. A machine-readable server card is served at https://app.tryorcha.com/.well-known/mcp/server-card.json.