Connect your AI assistant to the gat documentation with MCP.
The gat documentation provides a Model Context Protocol (MCP) server. Connect
your AI assistant to search the docs for help with commands, storage
configuration, and workflows.
Open Customize → Connectors in Claude, then choose + → Add
custom connector. Enter gat as the name and
https://getgat.dev/mcp as the remote MCP server URL, then click Add.For a managed workspace, an organization owner may need to add the
connector. See Claude’s custom connector setup
for account requirements.
2
Enable it in a conversation
In a chat, open + → Connectors and enable gat. Ask Claude to
search the gat documentation using one of the prompts below.
1
Register the server
Run this in your terminal to make the server available across projects:
claude mcp add --transport http --scope user gat https://getgat.dev/mcp
2
Check the connection
Start Claude Code and run /mcp to view the server’s status and tools.
Then ask it to search the gat docs.
To use the server across projects, put the configuration in
~/.cursor/mcp.json instead.
2
Use it in Agent
Open Cursor’s MCP settings and check that gat is available. In an
Agent conversation, ask it to search the gat documentation and approve
the tool call when prompted.
Run MCP: List Servers from the Command Palette, select gat, and
start it. Confirm trust if prompted. Open Copilot Chat in Agent mode
and ask it to search the gat documentation.