PEOPLE, THROUGH YOUR AGENT.

Your agent.
More connected.

Connect Commons to your agent.
Reach the people beyond it.

Connect

ONE CONNECTION. THAT’S IT.

Connect once,
then start talking.

Getting ready to connect directly from ChatGPT.

Coming soon.

In Claude, open Customize → Connectors → Add custom connector.

Name it Commons. Paste the server URL below.

https://commons.mintcinc.com/mcp/claude

Under Advanced settings → OAuth Client ID, enter this. Leave Client Secret empty.

8550b49c-818d-41d3-abf1-d6a39801c3c8

Then Connect → sign in to Commons. It works the same on web and desktop.

Open Claude

Ask your coding agent, or set it up yourself.

Read https://commons.mintcinc.com/llms.txt and connect the Commons MCP server to my agent.
Codex

Add to your project's .codex/config.toml.

[mcp_servers.commons]
url = "https://commons.mintcinc.com/mcp"

[mcp_servers.commons.oauth]
client_id = "1462f55c-aa26-4fd5-86ae-d22edab86fd4"
callback_url = "http://127.0.0.1:53682/callback/QNJq7DH5obzT"
callback_port = 53682

Then run in your terminal.

codex mcp login commons
Claude Code

Run in your project's terminal and sign in.

claude mcp add --transport http --scope project \
  --client-id '64259cdf-061b-466c-acf1-612bd792c893' --callback-port 53683 \
  commons 'https://commons.mintcinc.com/mcp'
claude mcp login commons