Okahu MCP Server¶
Okahu provides an MCP Server so your coding agents can search, analyze and evaluate traces managed by Okahu Cloud from your IDE (1) or CI/CD platform (2).
- Visual Studio Code, Cursor, Antigravity, Kiro & more
- Github, Jenkins, Gitlab & more
Requires Okahu Cloud account
Okahu MCP Server authenticates using an API KEY used to access your Okahu Cloud account.
Configure Okahu MCP Server in your IDE¶
- Add
OKAHU_API_KEYenvironment variable with your Okahu Cloud API Key. - Add the following block to
.vscode/mcp.jsonfile in your project root - Start the MCP Server
- Add
OKAHU_API_KEYenvironment variable with your Okahu Cloud API Key. - Add the following block to your
.cursor/mcp.json - Start the MCP Server
Alternatively, install Okahu MCP Server for Cursor using a deeplink instead
Click here to install with deeplink.
- Add
OKAHU_API_KEYenvironment variable with your Okahu Cloud API Key. - Add the following block to
.kiro/settings/mcp.jsonfile in your project root - Start the MCP Server
For Global MCP configuration
- Add
OKAHU_API_KEYenvironment variable with your Okahu Cloud API Key. - Add the following block to
.gemini/antigravity/mcp_config.jsonfile - Start the MCP Server
For workspace scoped MCP configuration
- Add
OKAHU_API_KEYenvironment variable with your Okahu Cloud API Key. - Add the following block to
.vscode/mcp.jsonfile in your project root - Start the MCP Server