Komodo MCP Server
Rank #6,677io.github.Samik081/mcp-komodo
Manage Komodo through AI assistants
Komodo MCP Server is a Model Context Protocol (MCP) server published by samik081. It ranks #6,677 of 115,591 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Komodo MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Feb 7, 2026 and most recently updated on Aug 13, 2026.
Ranks ahead of 108,914 of 115,591 servers on MCP Toplist.
Use Komodo MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-komodo -e "KOMODO_URL=<your KOMODO_URL>" -e "KOMODO_API_KEY=<your KOMODO_API_KEY>" -e "KOMODO_API_SECRET=<your KOMODO_API_SECRET>" -- npx -y @samik081/mcp-komodoReplace each placeholder with your own value before saving.
claude mcp add mcp-komodo -e "KOMODO_URL=<your KOMODO_URL>" -e "KOMODO_API_KEY=<your KOMODO_API_KEY>" -e "KOMODO_API_SECRET=<your KOMODO_API_SECRET>" -- docker run -i --rm ghcr.io/samik081/mcp-komodo:0.8.0Replace each placeholder with your own value before saving.
[mcp_servers.mcp-komodo]
command = "npx"
args = ["-y", "@samik081/mcp-komodo"]
[mcp_servers.mcp-komodo.env]
KOMODO_URL = "<your KOMODO_URL>"
KOMODO_API_KEY = "<your KOMODO_API_KEY>"
KOMODO_API_SECRET = "<your KOMODO_API_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.mcp-komodo]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/samik081/mcp-komodo:0.8.0"]
[mcp_servers.mcp-komodo.env]
KOMODO_URL = "<your KOMODO_URL>"
KOMODO_API_KEY = "<your KOMODO_API_KEY>"
KOMODO_API_SECRET = "<your KOMODO_API_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-komodo": {
"command": "npx",
"args": [
"-y",
"@samik081/mcp-komodo"
],
"env": {
"KOMODO_URL": "<your KOMODO_URL>",
"KOMODO_API_KEY": "<your KOMODO_API_KEY>",
"KOMODO_API_SECRET": "<your KOMODO_API_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-komodo": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/samik081/mcp-komodo:0.8.0"
],
"env": {
"KOMODO_URL": "<your KOMODO_URL>",
"KOMODO_API_KEY": "<your KOMODO_API_KEY>",
"KOMODO_API_SECRET": "<your KOMODO_API_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-komodo": {
"command": "npx",
"args": [
"-y",
"@samik081/mcp-komodo"
],
"env": {
"KOMODO_URL": "<your KOMODO_URL>",
"KOMODO_API_KEY": "<your KOMODO_API_KEY>",
"KOMODO_API_SECRET": "<your KOMODO_API_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-komodo": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/samik081/mcp-komodo:0.8.0"
],
"env": {
"KOMODO_URL": "<your KOMODO_URL>",
"KOMODO_API_KEY": "<your KOMODO_API_KEY>",
"KOMODO_API_SECRET": "<your KOMODO_API_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-komodo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@samik081/mcp-komodo"
],
"env": {
"KOMODO_URL": "<your KOMODO_URL>",
"KOMODO_API_KEY": "<your KOMODO_API_KEY>",
"KOMODO_API_SECRET": "<your KOMODO_API_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-komodo": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/samik081/mcp-komodo:0.8.0"
],
"env": {
"KOMODO_URL": "<your KOMODO_URL>",
"KOMODO_API_KEY": "<your KOMODO_API_KEY>",
"KOMODO_API_SECRET": "<your KOMODO_API_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-komodo": {
"command": "npx",
"args": [
"-y",
"@samik081/mcp-komodo"
],
"env": {
"KOMODO_URL": "<your KOMODO_URL>",
"KOMODO_API_KEY": "<your KOMODO_API_KEY>",
"KOMODO_API_SECRET": "<your KOMODO_API_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-komodo": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/samik081/mcp-komodo:0.8.0"
],
"env": {
"KOMODO_URL": "<your KOMODO_URL>",
"KOMODO_API_KEY": "<your KOMODO_API_KEY>",
"KOMODO_API_SECRET": "<your KOMODO_API_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-komodo": {
"command": "npx",
"args": [
"-y",
"@samik081/mcp-komodo"
],
"env": {
"KOMODO_URL": "<your KOMODO_URL>",
"KOMODO_API_KEY": "<your KOMODO_API_KEY>",
"KOMODO_API_SECRET": "<your KOMODO_API_SECRET>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-komodo": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/samik081/mcp-komodo:0.8.0"
],
"env": {
"KOMODO_URL": "<your KOMODO_URL>",
"KOMODO_API_KEY": "<your KOMODO_API_KEY>",
"KOMODO_API_SECRET": "<your KOMODO_API_SECRET>"
}
}
}
}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/io.github.Samik081%2Fmcp-komodo)<a href="https://mcptoplist.com/server/io.github.Samik081%2Fmcp-komodo"><img src="https://mcptoplist.com/badge/io.github.Samik081%2Fmcp-komodo.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
samik081
Other servers by samik081
- Proxmox VE MCP Server#3,590 · 6 vers
- Authentik MCP Server#6,662 · 6 vers
- AdGuard Home MCP Server#7,130 · 6 vers
Available versions (6)
| Version | Published |
|---|---|
| 0.8.0 | Aug 13, 2026 |
| 0.7.0 | Apr 9, 2026 |
| 0.6.0 | Apr 8, 2026 |
| 0.5.8 | Mar 17, 2026 |
| 0.5.7 | Mar 9, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Komodo MCP Server?
- Komodo MCP Server is maintained by samik081, which publishes 4 MCP servers (24 total versions) tracked on MCP Toplist.
- Is Komodo MCP Server listed on the Official MCP Registry?
- Yes — Komodo MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Komodo MCP Server have?
- MCP Toplist tracks 6 versions of Komodo MCP Server, most recently published on Aug 13, 2026.
- Where can I find the source code for Komodo MCP Server?
- The source code for Komodo MCP Server is hosted at github.com/samik081/mcp-komodo.