Integrations
Share your agent rules with Google Antigravity.
1
Get an API key from your Credos account
2
Add a new remote MCP connection to your project
{
"mcpServers": {
"Credos": {
"serverUrl": "https://mcp.credos.dev",
"headers": {
"Authorization": "Bearer ${CREDOS_MCP_API_KEY}",
"Accept": "application/json, text/event-stream",
"Credos-Release": "<release-name>"
}
}
}
}