Skip to main content
Glama
kineticadb

Kinetica MCP Server

Official
by kineticadb

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KINETICA_URLNoThe Kinetica API URL (e.g., http://your-kinetica-host:9191)
KINETICA_USERNoKinetica username for basic authentication
KINETICA_PASSWDNoKinetica password for basic authentication
KINETICA_SCHEMANoFilter tables by schema (optional, default='*')
KINETICA_LOGLEVELNoServer log level (optional, default='warning')
KINETICA_TTS_MODENoText-to-SQL mode: 'server' or 'local' (optional, default='local')
KINETICA_OAUTH_URLNoOAuth server URL (optional, used for testing)
KINETICA_OAUTH_BASE_URLNoBase URL for OAuth (optional, used for testing)
KINETICA_OAUTH_EXTERNAL_HOSTNoThe external host of the MCP and OAUTH servers
KINETICA_OAUTH_HANDSHAKE_KEYNoThe unencrypted handshake key for OAuth authentication

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
start_table_monitorC

Starts a table monitor on the given Kinetica table and logs insert/update/delete events.

list_tablesA

List all available tables, views, and schemas in the database.

get_recordsC

Fetch raw JSON records from a given table.

insert_recordsC

Insert records into a specified table.

query_sqlC

Run a safe SQL query on the Kinetica database.

describe_tableC

Return a dictionary of column name to column type.

Prompts

Interactive templates invoked by user choice

NameDescription
kinetica-sql-agentSystem prompt to help Claude generate valid, performant Kinetica SQL queries. Loaded from markdown file for easier editing and versioning.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kineticadb/mcp-kinetica'

If you have feedback or need assistance with the MCP directory API, please join our Discord server