Publishing straight from your agent, and the REST API underneath.
What is the PitHub MCP server?
It is a small server that lets any MCP client, Claude, Cursor, Codex, Gemini and others, publish conversations to PitHub without leaving your agent.
How do I install the MCP server?
There are two ways in, with the same tools. Remote points your client straight at pithub.app/mcp with nothing to install. npm runs the pithub-mcp package locally over stdio.
Which tools does the MCP server expose?
The full set covers the pit lifecycle: create_pit, append_to_pit, update_pit, publish_pit, get_pit, list_my_pits, search_pits, fork_pit and delete_pit. list_teams and list_team_pits provide team workspace access.
Is there a REST API I can call directly?
Yes. The MCP server is a thin client over a public REST API, so you can build against it directly. Authenticate with an Authorization: Bearer <token> header.