VS Code & GitHub Copilot integration
Use CataZenta MCP in VS Code with GitHub Copilot agent mode.
Workspace config
.vscode/mcp.json:
{
"servers": {
"catazenta": {
"type": "stdio",
"command": "<path-to-mcp-connector-from-onboarding>",
"env": {
"CATAZENTA_USERNAME": "you@company.com",
"CATAZENTA_PASSWORD": "***",
"CATAZENTA_API_BASE_URL": "https://api.catazenta.com"
}
}
}
}
note
VS Code uses "servers"; Claude Desktop and Cursor use "mcpServers".
Enable
- GitHub Copilot extension (current release).
- Command Palette → MCP: List Servers.
- Copilot Chat in Agent mode with tools on.
Verify
List category trees using CataZenta MCP.