Integrations

Claude Code

Share your team's Coding Best Practices with Claude Code.

Setup

  1. 1.Get an API key from your Credos account
  2. 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. 3.Tell Claude Code to follow your team's Coding Best Practices via

    .claude/CLAUDE.md

© 2026 Credos