HOOLIXAgentic AI index
Explore
toolGitHub Copilot

GitHub Copilot Cloud Agent

Assign GitHub issues to a cloud coding agent.

Copilot cloud agent can work on tasks in GitHub, use repository context, and connect to MCP servers configured for the repository.

Setup path

  1. 1

    Enable

    Enable Copilot cloud agent for a supported org or repo plan.

  2. 2

    Assign work

    Start sessions from issues, pull requests, GitHub Mobile, CLI, or supported surfaces.

  3. 3

    Extend

    Configure MCP servers for repo-scoped tools and data access.

Tags

copilotcloud-agentgithubmcp

Provider

Copilot cloud agent, repository MCP configuration, GitHub MCP server, and custom agents.

Provider docs

Related resources

MCP
GitHub Copilot

GitHub MCP Server

Official MCP server for GitHub APIs.

The official GitHub MCP server exposes GitHub data and actions to MCP-compatible agents with remote and local configurations.

Verified 2026-06-12Open
Tool
Ollama

Ollama Tool Calling

Local function calling for agent loops.

Ollama supports tool calling through /api/chat and its Python and JavaScript libraries, including multi-turn agent-loop patterns.

npm i ollama
Verified 2026-06-12Open
Tool
Ollama

Ollama Structured Outputs

JSON mode and schema-constrained local responses.

Ollama structured outputs enforce JSON or a JSON schema through the format field, with Pydantic and Zod validation patterns.

Verified 2026-06-12Open
Tool
Ollama

Ollama OpenAI Compatibility

Point OpenAI-compatible clients at local Ollama.

Ollama provides compatibility with parts of the OpenAI API, including /v1/chat/completions and /v1/responses.

pip install openai
Verified 2026-06-12Open