Integrations
Integrations
Connect GitHub, Google, and Linear to Closedloop
Closedloop connects to the tools your team already uses. Each integration is connected per-organization from settings, and you can check its status or disconnect it at any time.
GitHub
Link repositories, branches, and pull requests.
Import documents from Google Drive.
Linear
Export features to Linear issues.
Checking connection status
Each integration exposes a status endpoint, and the MCP server surfaces the same
information through get-github-status, get-google-status, and
get-linear-status:
curl https://api.closedloop.ai/integrations/github \
-H "Authorization: Bearer sk_live_YOUR_KEY"See the MCP Integration Status reference.