Back to integrations
GitHub logo

GitHub

Code hosting platform for version control and collaboration, with powerful developer APIs.

Dev ToolsProductivityMCPs

How nao works with GitHub

nao integrates with GitHub in two ways. First, nao's context lives as files in a git repository, so you version it, review it in pull requests, and deploy it like code: GitHub is where your agent's knowledge is managed. Second, nao can pull documentation and definitions from your GitHub repositories into the agent's context.

This git-based approach means every change to what the agent knows is tracked, reviewable, and reversible.

What you can do with nao and GitHub

  • Version your nao agent context in a GitHub repository and review changes in pull requests
  • Pull documentation from your GitHub repos into the agent's context
  • Track every change to the agent's knowledge with git history
  • Deploy context changes through your existing GitHub workflow