Cofounder Docs

Integrations Overview

Understand Cofounder's native integrations, managed app connections, and MCP server support.

Integrations Overview

Cofounder integrations let agents work with the tools your company already uses.

Some integrations are connected automatically as part of the managed app setup. Others can be added from Integrations when you want agents to access more of your stack.

Managed App Integrations

For managed app work, Cofounder connects the core engineering stack during onboarding:

  • GitHub for app and marketing repositories, pull requests, reviews, and code changes
  • Vercel for staging and production deployments
  • Supabase for managed app databases, auth, storage, migrations, and environment wiring

These are the default production and staging surfaces for Engineering work. Agents can use them to build, preview, verify, publish, and maintain the managed app without you manually wiring credentials into each task.

Native Integrations

Native integrations are first-party Cofounder connections with product-aware agent tools, approvals, and runtime handling.

Cofounder supports native integrations across these areas:

AreaNative integrations
Engineering and deliveryGitHub, Vercel, Supabase, Linear, LaunchDarkly, Sentry, PagerDuty, Logfire, Datadog, Neon, Railway, Render
Communication and supportGmail, Google Calendar, Google Contacts, Slack, Intercom, AgentMail
Docs, files, and knowledgeNotion, Google Docs, Google Drive, Google Slides, Airtable, Granola, Limitless
Revenue and operationsRamp, Loops, Metabase, Attio
Marketing and publishingPostHog, Google Search Console, Postiz, Social Publishing, Layers, Figma, Gamma
Research and enrichmentWeb, Apify, PhantomBuster, People Data Labs, enrichment, research workflows, stock market, weather
Media and generationImage generation, Canvas Video Studio, HyperFrames, Agent Media, OpenRouter Video, video post-processing, Gemini TTS, Lyria Music, ACE-Step Music, Writer, Kimi
Developer agents and infrastructureCodex, Claude Code, Devin, Doppler SecretOps, Composio, Zernio

Availability can vary by workspace, plan, and connected account. The Integrations page is the source of truth for what is connected in your workspace and which agents can use each connection.

Examples

  • Linear lets Cofounder start or continue work from issues, route engineering tasks, and accept assigned Linear work as Cofounder tasks. See Linear.
  • Ramp supports operations workflows such as the Roadmap's agent-guided Incorporate LLC node.
  • Notion lets agents read pages and update existing pages in place when the task calls for changing a shared doc.
  • Granola lets agents list folders and notes, fetch meeting summaries, and include transcripts when exact wording matters.

For payments, use the dedicated Payments And Stripe guide.

MCP Servers

Custom MCP servers let a workspace bring its own MCP-compatible tools into Cofounder, then choose which agents can use them.

Use custom MCP servers when:

  • your team already has an MCP server for an internal system, private API, or specialized toolchain
  • the tool should be available to agents through the MCP protocol rather than a native Cofounder product workflow
  • you need per-agent access control over which custom tools an agent can call
  • the server's tools can run safely inside agent tasks and sandboxed workflows

A typical custom MCP setup looks like this:

  1. Open Integrations and go to MCP.
  2. Add or paste an mcp.json configuration with an mcpServers object.
  3. Save the configuration so Cofounder parses the servers and shows each saved MCP server.
  4. Keep the servers that should be available marked as enabled.
  5. Use Agent access to choose which agents can use each saved MCP server.
  6. Ask the relevant agent to use the server's tools in a task. Exposed tools appear to agents as MCP-backed tool names such as mcp_<server>_*.

Use native integrations when Cofounder has a purpose-built workflow for the service. Use custom MCP servers when you need to bring your own MCP tool surface into the agent runtime.

Next Steps