Integrations
Share your agent rules with Windsurf.
1
Get an API key from your Credos account
2
Add a new remote MCP connection to your project
{
"mcpServers": {
"remote-http-mcp": {
"serverUrl": "https://mcp.credos.dev",
"headers": {
"Authorization": "Bearer ${CREDOS_MCP_API_KEY}",
"Accept": "application/json, text/event-stream",
"Credos-Release": "<release-name>"
}
}
}
}3
Use in chats, code generation, reviews, and your agentic workflows