Integrations

Claude Code

Share context with Claude Code.

Setup

1

Get an API key from your Credos account

2

Add a new remote MCP connection to your project

.mcp.json

{
  "mcpServers": {
    "Credos": {
      "type": "http",
      "url": "https://mcp.credos.dev",
      "headers": {
        "Authorization": "Bearer ${CREDOS_MCP_API_KEY}",
        "Accept": "application/json, text/event-stream"
      }
    }
  }
}

3

Tell Claude Code to follow your agent rules via

.claude/CLAUDE.md


© 2026 Credos