Integrations

JetBrains IDEs

Share context with JetBrains IDEs.

Setup

1

Get an API key from your Credos account

2

Add a new remote MCP connection from your JetBrains IDE settings

{
  "mcpServers": {
    "Credos": {
      "url": "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