Integrations

VS Code

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

Setup

  1. 1.Get an API key from your Credos account
  2. 2.Add a new remote MCP connection to your project

    .vscode/mcp.json

    {
      "servers": {
        "credos": {
          "type": "http",
          "url": "https://mcp.credos.dev",
          "headers": {
            "Authorization": "Bearer ${env:CREDOS_MCP_API_KEY}",
            "Accept": "application/json, text/event-stream"
          }
        }
      }
    }
  3. 3.Enable Credos MCP server from VS Code settings
  4. 4.Tell VS Code to follow your team's Coding Best Practices via

    .github/copilot-instructions.md

© 2026 Credos