PostGrad

Connect PostGrad via MCP

Add PostGrad as an MCP server in Claude, ChatGPT, or Cursor so your agent queries knowledge directly — no REST glue code required.

MCP is the Model Context Protocol — a way for agents to discover and call tools without you writing a REST wrapper. PostGrad ships a first-party MCP server that exposes every knowledge endpoint as a native tool call. This walkthrough takes about two minutes per client.

Before you start: you need a working API key (Get your first API key) and one of: Claude Desktop, ChatGPT (Pro or higher), or Cursor.

Open the Integrations page in your dashboard

The Integrations page in the PostGrad dashboard, showing the MCP server URL and the client configuration snippets.
The Integrations page in the PostGrad dashboard, showing the MCP server URL and the client configuration snippets.

Grab the MCP server URL and your key

The MCP server URL displayed in a code block with a copy button next to it.
The MCP server URL displayed in a code block with a copy button next to it.

If you haven't created a key yet, the page links you directly to the key manager. One key can drive MCP calls for as many clients as you want — you don't need a separate key per client.

Add PostGrad to Claude Desktop

The Claude Desktop configuration snippet, formatted for pasting into the client config file.
The Claude Desktop configuration snippet, formatted for pasting into the client config file.

Add PostGrad to ChatGPT or Cursor

The ChatGPT and Cursor configuration snippets side by side, showing the small format differences between clients.
The ChatGPT and Cursor configuration snippets side by side, showing the small format differences between clients.

Test the connection by asking your agent a question

A test chat showing the agent calling the PostGrad MCP tool and returning a search result.
A test chat showing the agent calling the PostGrad MCP tool and returning a search result.

If the call fails, the most common cause is a stale or wrong API key. Regenerate the key in your dashboard and update your client config.

What's next

Your agent talks to PostGrad natively. From here:

On this page