Skip to main content

Connect VS Code to Ocoya MCP

Use VS Code’s MCP server command, or create .vscode/mcp.json:
{
  "servers": {
    "ocoya": {
      "type": "http",
      "url": "https://mcp.ocoya.com"
    }
  }
}
Switch Copilot Chat to Agent mode before asking it to use Ocoya tools.
List my Ocoya workspaces.
If the server does not appear, restart VS Code and confirm your version supports MCP servers.