A free, read-only archive and intelligence service for the PostgreSQL community. No registration. No tracking. No affiliation with any PostgreSQL organization. Provided as a public good.
But, what is it? What does it do? Why do I need it, and how would I use it if I agreed with you? Read the about page.
The 30-second setup. Pick your agent.
claude mcp add --transport http agora https://pg.ddx.io/mcpIf your Claude Code is older and only supports SSE, use:
claude mcp add --transport sse agora https://pg.ddx.io/mcp/sseOr edit
~/.claude.json directly:
{
"mcpServers": {
"agora": { "type": "http", "url": "https://pg.ddx.io/mcp" }
}
}git clone -b claude https://codeberg.org/ddx/skills.git ~/.claude/skills
/mcp. You should see agora connected with ~108 tools.~/.kiro/mcp.json:
{
"mcpServers": {
"agora": { "type": "http", "url": "https://pg.ddx.io/mcp" }
}
}git clone -b kiro https://codeberg.org/ddx/skills.git ~/.kiro/skills
kiro mcp list should show agora with the tool count.~/.pi/agent/extensions/agora-mcp.ts:
export default {
name: "agora",
type: "mcp",
transport: "sse",
url: "https://pg.ddx.io/mcp/sse"
};skills setting in pi config):
git clone -b pi https://codeberg.org/ddx/skills.git ~/.pi/skills
/mcp in pi to confirm agora is connected.~/.hermes/config.toml:
[[mcp_servers]] name = "agora" url = "https://pg.ddx.io/mcp/"
git clone -b hermes https://codeberg.org/ddx/skills.git ~/.hermes/skills
hermes mcp ls; agora should appear with the tool count.https://pg.ddx.io/mcp — POST JSON-RPC; server-sent events on the same URL.https://pg.ddx.io/mcp/sse for the event stream, https://pg.ddx.io/mcp/message for client → server posts./mcp/ to see all transports + protocol versions.git clone -b other https://codeberg.org/ddx/skills.git ~/agora-skills
POST /api/graphql (GraphQL), and the
mailbox protocols (NNTP / IMAP / POP3) listed below./api/v2/* for the same data MCP exposes — community contributors / orgs / per-person, mailing-list threads, regex search, code search. Self-described at /openapi.yaml.
{"query":"...","variables":{...,"inbox":"pgsql-hackers"}} body. Useful for exploratory analysis without learning the SQL schema.
/m/<inbox>/ is a group). Plays nicely with traditional mail/news clients (slrn, gnus, tin) for offline reading and threading.