Skip to content

MCP Server

The Komodo MCP (Model Context Protocol) server allows AI assistants like Cursor, VS Code Copilot, Claude Desktop, and Amp to explore your Snowflake schemas.

  1. Install the Komodo SDK
  2. Authenticate:
    Terminal window
    uv run komodo login
  3. Set your account:
    Terminal window
    uv run komodo account set

Generate the MCP server configuration JSON to add to your AI assistant:

Terminal window
uv run komodo alpha mcp show-config

The configuration is automatically copied to your clipboard.

Options:

  • --name, -n - Custom server name (default: komodo)

Add to ~/.cursor/mcp.json:

{
"mcpServers": {
"komodo": {
"command": "uv",
"args": ["run", "komodo", "alpha", "mcp", "run"]
}
}
}

Add to your VS Code settings.json:

{
"mcp": {
"servers": {
"komodo": {
"command": "uv",
"args": ["run", "komodo", "alpha", "mcp", "run"]
}
}
}
}

After configuring your client, ask your AI assistant:

“What are my Komodo databases?”

The MCP server provides tools for:

  • Listing databases, schemas, and tables
  • Exploring column definitions
  • Understanding Komodo’s healthcare data structure