Server data from the Official MCP Registry
Securely search and manage workspace context files for AI agents and teams.
About
Securely search and manage workspace context files for AI agents and teams.
Remote endpoints: streamable-http: https://app.tryorcha.com/mcp
Security Report
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Connect
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-westonhancock-orcha": {
"url": "https://app.tryorcha.com/mcp"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
Orcha MCP server
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:
https://app.tryorcha.com/mcp
Transport is Streamable HTTP. The application source code is private; nothing needs to be installed or built from this repository to use the server.
What the server provides
24 tools spanning:
- Ranked search over all indexed workspace content (
search_context) with fast, balanced, and fresh routing modes, plus a citation on every result - File and folder reading, creation, update, organization, and deletion, scoped to what the connection is allowed to touch
- Curated context bundles with usage guidance (
list_bundles,get_bundle) - Structured databases with typed queries (
list_databases,query_database, record CRUD) - Direct access to connected read-only sources (
query_source,fetch_source_document,list_source_documents) - Filesystem-shaped browsing (
browse_context): ls, tree, find, cat, grep, and stat over a virtual tree of the workspace
Every connection is isolated to the organization, workspace, permissions, and optional folder scope it was granted.
Connect with OAuth (recommended)
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 mcp add --transport http orcha "https://app.tryorcha.com/mcp"
claude.ai and Claude Desktop: Settings, Connectors, Add custom connector, then enter https://app.tryorcha.com/mcp.
Cursor and other OAuth-capable clients: add a remote MCP server with the same URL and follow the sign-in prompt.
Connect with a bearer token (headless and CI clients)
- Create an Orcha account and workspace at app.tryorcha.com/signup.
- Create an API token scoped to that workspace with only the permissions the client needs. Tokens begin with
orca_. - Configure the client with an
Authorizationheader:
{
"mcpServers": {
"orcha": {
"url": "https://app.tryorcha.com/mcp",
"type": "http",
"headers": {
"Authorization": "Bearer orca_your_token"
}
}
}
}
Example prompts
- "Search my workspace for the current authentication requirements and summarize them with the source file names."
- "Show me the five files most related to our deployment runbook."
- "Check which Orcha context bundles apply to this task and use the best match as the source of truth."
- "Create a Markdown file named
launch-checklist.mdfrom these release requirements." - "Get the
engineering-onboardingcontext bundle and identify any conflicting guidance."
Registry listing
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.
Links
- Product: tryorcha.com/product
- Documentation: tryorcha.com/docs/reference/mcp
- Privacy: tryorcha.com/privacy
- Terms: tryorcha.com/terms
- Support: support@tryorcha.com
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
FinAgent
Freeby mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.
