Kodiak
Rank #49,684com.azurecarbon/kodiak
Verifiable fact-checking: verdict, confidence, sources, and a tamper-evident certificate.
Kodiak is a Model Context Protocol (MCP) server published by bildow. It ranks #49,684 of 115,591 servers tracked on MCP Toplist. Kodiak is listed on Official MCP, with 2 tracked versions. It was first listed on Jul 6, 2026 and most recently updated on Jul 24, 2026.
Ranks ahead of 65,907 of 115,591 servers on MCP Toplist.
Use Kodiak
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add kodiak -e "KODIAK_API_KEY=<your KODIAK_API_KEY>" -e "KODIAK_URL=<your KODIAK_URL>" -- npx -y kodiak-mcpReplace each placeholder with your own value before saving.
[mcp_servers.kodiak]
command = "npx"
args = ["-y", "kodiak-mcp"]
[mcp_servers.kodiak.env]
KODIAK_API_KEY = "<your KODIAK_API_KEY>"
KODIAK_URL = "<your KODIAK_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kodiak": {
"command": "npx",
"args": [
"-y",
"kodiak-mcp"
],
"env": {
"KODIAK_API_KEY": "<your KODIAK_API_KEY>",
"KODIAK_URL": "<your KODIAK_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kodiak": {
"command": "npx",
"args": [
"-y",
"kodiak-mcp"
],
"env": {
"KODIAK_API_KEY": "<your KODIAK_API_KEY>",
"KODIAK_URL": "<your KODIAK_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"kodiak": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kodiak-mcp"
],
"env": {
"KODIAK_API_KEY": "<your KODIAK_API_KEY>",
"KODIAK_URL": "<your KODIAK_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kodiak": {
"command": "npx",
"args": [
"-y",
"kodiak-mcp"
],
"env": {
"KODIAK_API_KEY": "<your KODIAK_API_KEY>",
"KODIAK_URL": "<your KODIAK_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kodiak": {
"command": "npx",
"args": [
"-y",
"kodiak-mcp"
],
"env": {
"KODIAK_API_KEY": "<your KODIAK_API_KEY>",
"KODIAK_URL": "<your KODIAK_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.azurecarbon%2Fkodiak)<a href="https://mcptoplist.com/server/com.azurecarbon%2Fkodiak"><img src="https://mcptoplist.com/badge/com.azurecarbon%2Fkodiak.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
bildow
Other servers by bildow
View all bildow servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Jul 24, 2026 |
| 0.1.1 | Jul 6, 2026 |
Frequently asked questions
- Who maintains Kodiak?
- Kodiak is maintained by bildow, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Kodiak listed on the Official MCP Registry?
- Yes — Kodiak is listed on the Official MCP Registry.
- How many versions does Kodiak have?
- MCP Toplist tracks 2 versions of Kodiak, most recently published on Jul 24, 2026.
- Where can I find the source code for Kodiak?
- The source code for Kodiak is hosted at github.com/bildow/kodiak.