A GitHub Copilot plugin that bundles:
- A remote MCP server connection (streamable-http) to Catalyst by Zoho's MCP, exposing
CatalystbyZoho_*tools for direct infrastructure management (tables, buckets, cache, etc.). - A full set of agent skills giving Copilot deep knowledge of Catalyst by Zoho — services, SDKs, CLI, architecture patterns, pricing, and migration guides.
- A
/switch-dccommand for switching the Catalyst MCP endpoint between supported data centers.
.plugin/plugin.json Plugin manifest — links skills/ and .mcp.json
.mcp.json Remote MCP server config (streamable-http)
commands/ Prompt commands, including /switch-dc
skills/ 16 skill folders (routing skill + 15 service-specific skills)
.mcp.json connects to the Catalyst MCP server:
{
"mcpServers": {
"catalyst-by-zoho": {
"type": "streamable-http",
"url": "https://catalyst.zohomcp.com/mcp/message"
}
}
}If your server requires a per-org authenticated URL (format
https://<server-name>-<org-id>.zohomcp.com/mcp/<auth-token>/message), get it
from mcp.zoho.com → select your server → Connect →
copy the URL, and update the url field above.
Use /switch-dc with a supported data center code:
/switch-dc EU
Supported values are US, EU, IN, AU, CA, SA, JP, and UAE. If
you omit the value, the command asks you to choose a data center.
| Skill | Covers |
|---|---|
catalyst-by-zoho |
Routing skill — full service catalog, architecture guidance, entry point |
catalyst-basics |
Project setup, CLI, environments, IDs |
catalyst-functions |
Serverless functions (all 7 types), API Gateway, Security Rules |
catalyst-appsail |
AppSail PaaS, Docker, managed runtimes |
catalyst-slate |
Frontend hosting, Git deploy |
catalyst-datastore |
Data Store + ZCQL |
catalyst-stratus |
Object storage, signed URLs |
catalyst-nosql |
NoSQL document storage |
catalyst-cache |
In-memory key-value cache |
catalyst-authentication |
Auth + OAuth Connections |
catalyst-signals |
Event bus, publishers, rules |
catalyst-smartbrowz |
Headless browser, PDF/screenshot generation |
catalyst-zia |
Zia AI services + QuickML |
catalyst-sdk |
SDKs — Node.js, Web, Python, Java, Android, iOS, Flutter |
catalyst-pricing |
Free tier, cost estimation |
catalyst-zoho-mcp |
CatalystbyZoho_* MCP tool usage |
Each skill's SKILL.md is auto-loaded when Copilot detects a relevant trigger phrase in your request. Skill content is sourced from the official
catalystbyzoho/agent-skills repository.
copilot
/plugin # confirm this plugin is registered
/mcp # confirm the catalyst-by-zoho MCP server is connected
/skills # confirm the 16 catalyst-* skills are listed