Integrations

VS Code

Share context with VS Code.

Setup

1

Get an API key from your Credos account

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

Enable Credos MCP server from VS Code settings

4

Tell VS Code to follow your agent rules via

.github/copilot-instructions.md


© 2026 Credos