Integrations
Share your team's Coding Best Practices with VS Code.
{
"servers": {
"credos": {
"type": "http",
"url": "https://mcp.credos.dev",
"headers": {
"Authorization": "Bearer ${env:CREDOS_MCP_API_KEY}",
"Accept": "application/json, text/event-stream"
}
}
}
}