Adapt is now reachable from your editor and terminal in addition to Slack and our web app! A hosted Model Context Protocol (MCP) server lets external agents and tools run a full Adapt agent in your organization, with all of your knowledge, integrations, and skills powering it.
What you can do
Ask with @adapt from any connected client and put it to work alongside what you're already doing:
Use your integrations
@adapt close out ENG-1234 now that the fix is merged and deployed
Draw on company knowledge
@adapt re-read the engineering style guide in company knowledge and apply it to the changes on this branch
Use apps and the sandbox
@adapt spin up a minimal app that demos this code so I can share it with my team
Load up Claude or Codex with full context from an Adapt chat
hey claude, start working through this Adapt chat using the MCP, I was talking with the team and Adapt in Slack and ended up with a great idea to build out.
Connecting
Point any MCP-capable client at https://app.adapt.com/mcp and authenticate with your Adapt session token as a Bearer credential. For Claude Code:
claude mcp add --transport http adapt https://app.adapt.com/mcp \
--header "Authorization: Bearer <sessionToken>"
This is available in early access. See MCP server for the full setup, including multi-organization accounts.
