Orcha
Rank #56,758io.github.westonhancock/orcha
Securely search and manage workspace context files for AI agents and teams.
Orcha is a Model Context Protocol (MCP) server published by westonhancock. It ranks #56,758 of 115,460 servers tracked on MCP Toplist. Orcha is listed on Official MCP, with 2 tracked versions. It was first listed on Aug 2, 2026 and most recently updated on Aug 10, 2026.
Ranks ahead of 58,702 of 115,460 servers on MCP Toplist.
Use Orcha
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http orcha https://app.tryorcha.com/mcp[mcp_servers.orcha]
url = "https://app.tryorcha.com/mcp"Add to ~/.codex/config.toml.
https://app.tryorcha.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"orcha": {
"url": "https://app.tryorcha.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"orcha": {
"type": "http",
"url": "https://app.tryorcha.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"orcha": {
"serverUrl": "https://app.tryorcha.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"orcha": {
"url": "https://app.tryorcha.com/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.westonhancock%2Forcha)<a href="https://mcptoplist.com/server/io.github.westonhancock%2Forcha"><img src="https://mcptoplist.com/badge/io.github.westonhancock%2Forcha.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
westonhancock
Available versions (2)
| Version | Published |
|---|---|
| 1.1.0 | Aug 10, 2026 |
| 1.0.0 | Aug 2, 2026 |
Frequently asked questions
- Who maintains Orcha?
- Orcha is maintained by westonhancock, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Orcha listed on the Official MCP Registry?
- Yes — Orcha is listed on the Official MCP Registry.
- How many versions does Orcha have?
- MCP Toplist tracks 2 versions of Orcha, most recently published on Aug 10, 2026.
- Where can I find the source code for Orcha?
- The source code for Orcha is hosted at github.com/westonhancock/orcha-mcp.