Skip to content

Instantly share code, notes, and snippets.

@msampathkumar
Created January 30, 2026 09:31
Show Gist options
  • Select an option

  • Save msampathkumar/0fcc2f8f34a63210e67cbc084cae6560 to your computer and use it in GitHub Desktop.

Select an option

Save msampathkumar/0fcc2f8f34a63210e67cbc084cae6560 to your computer and use it in GitHub Desktop.
How to: Connect Gemini CLI & Claude Code to CopilotKit docs MCP server

How to connect your Gemini CLI to CopilotKit docs MCP server?

Gemini CLI

$ cat .gemini/settings.json
{
  "mcpServers": {
    "copilotkit": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.copilotkit.ai"
      ]
    }
  }
}

Claude Code

claude mcp add --transport http copilotkit https://mcp.copilotkit.ai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment