Integrations

Windsurf

Share context with Windsurf.

Setup

1

Get an API key from your Credos account

2

Add a new remote MCP connection to your project

.codeium/windsurf/mcp_config.json

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

3

Use in chats, code generation, reviews, and your agentic workflows


© 2026 Credos