govchime
Federal
My Workspace
Saved Searches
Favorites
Opportunities
Active Opportunities
Award Notices
Archived
Market Intelligence
Contract Awards
Vendor Profiles
Agency Profiles
Analytics
Leaderboards
Spending Trends
Set-Aside Performance
Resources
Glossary
FAQs
Blog
govchime
govchime

Data sourced from SAM.gov, USAspending.gov, and public resources. No warranties or guarantees.

Product

OpportunitiesVendorsAgenciesAnalytics

Resources

GlossaryFAQsSAM.gov

Company

AboutContactBlog

Legal

Privacy PolicyTerms of Service

© 2025 GovChime. All rights reserved.

SitemapAccessibilitySecurity
What GovChime MCP is, and what it can do

Configure GovChime MCP

The server is hosted, so there is nothing to install and no key to paste. Pick your agent below, add the server URL, and sign in to GovChime in the browser window that opens.

Server URL

https://mcp.govchime.com/mcp

Onboard your agent to GovChime

Paste this into Claude, Codex, or Claude Code and it will configure the connection itself.

View

Fetch and execute the appropriate instructions to set me up for GovChime from https://www.govchime.com/agent-setup/prompt.md

Set up in your AI agent

The server is hosted, so there is no local install. Pick your agent, add the server URL, and sign in to GovChime in the browser window that opens.

Claude — web and desktop

  1. 1Open Customize → Connectors, then choose Add custom connector.
  2. 2Enter the name GovChime and the server URL above.
  3. 3Under advanced settings, enter the OAuth Client ID govchime-mcp-web. Leave the client secret blank — this is a public client.
  4. 4Click Connect, sign in to GovChime, and approve the permissions shown.

On Team and Enterprise plans an owner adds the connector first under Organization settings, after which members connect individually.

Claude Code

Run this in your terminal, then open a session and run /mcp to complete the sign-in.

claude mcp add --transport http govchime https://mcp.govchime.com/mcp \
  --client-id govchime-mcp-codex

Codex — app and CLI

Both share the same configuration file, so setup is identical. The login opens a browser window for approval.

codex mcp add govchime \
  --url https://mcp.govchime.com/mcp \
  --oauth-client-id govchime-mcp-codex
codex mcp login govchime

Cursor

Open Settings → Tools & MCP → New MCP Server and add the block below, then click the sign-in prompt that appears in the MCP panel.

{
  "mcpServers": {
    "govchime": {
      "url": "https://mcp.govchime.com/mcp"
    }
  }
}

Any other MCP-compatible agent

Any agent supporting remote MCP servers with OAuth can connect using the server URL above. Check your agent's documentation for where to add a remote MCP server.

Client support and official references

These links show where each client documents remote MCP setup. A reference is not a claim that the client is enabled here.

Claude

Supported

Add GovChime as a custom connector in Claude web or desktop, or from the terminal with Claude Code.

Open official setup guide

Codex

Supported

Add the remote server from the Codex CLI or app, then finish the OAuth sign-in in your browser.

Open official setup guide

ChatGPT

Not yet enabled

ChatGPT custom apps need an approved web callback and a reviewed token lifecycle. The provider now issues refresh tokens, so the remaining work is the callback review.

Open official setup guide

GitHub Copilot

Not yet enabled

Confirm Copilot's client ID and callback requirements before enabling it against this provider.

Open official setup guide

GovChime MCP is in beta

Tool coverage and client support may change while the server is in beta. Tokens expire on their own, and revoking a connection takes effect immediately for every token in that connection.