KDB.AI MCP Server
Officialby KxSystems
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KDBAI_DB_K | No | Default number of results to return from vector searches | 5 |
| KDBAI_DB_HOST | No | KDB.AI server hostname or IP address | 127.0.0.1 |
| KDBAI_DB_MODE | No | API mode: 'qipc' or 'rest' | qipc |
| KDBAI_DB_PORT | No | KDB.AI server port number | 8082 |
| KDBAI_DB_RETRY | No | Number of connection retry attempts on failure | 2 |
| KDBAI_MCP_HOST | No | HTTP server bind address - ignored when using stdio transport | 127.0.0.1 |
| KDBAI_MCP_PORT | No | HTTP server port - ignored when using stdio transport | 7000 |
| KDBAI_DB_PASSWORD | No | Password for KDB.AI authentication | |
| KDBAI_DB_QIPC_TLS | No | Enable TLS for QIPC mode (true/false) | False |
| KDBAI_DB_USERNAME | No | Username for KDB.AI authentication | |
| KDBAI_MCP_LOG_LEVEL | No | Logging verbosity level | INFO |
| KDBAI_MCP_TRANSPORT | No | Communication protocol: 'stdio' or 'streamable-http' | streamable-http |
| KDBAI_MCP_SERVER_NAME | No | Name identifier for the MCP server instance | KDBAI_MCP_Server |
| KDBAI_DB_DATABASE_NAME | No | Default database name to use for operations | default |
| KDBAI_DB_REST_PROTOCOL | No | Select protocol for REST mode, not considered for QIPC mode | http |
| KDBAI_DB_SPARSE_WEIGHT | No | Weight for text similarity in hybrid search (0.0-1.0) | 0.3 |
| KDBAI_DB_VECTOR_WEIGHT | No | Weight for vector similarity in hybrid search (0.0-1.0) | 0.7 |
| KDBAI_DB_EMBEDDING_CSV_PATH | No | Path to embeddings csv | src/mcp_server/utils/embeddings.csv |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/KxSystems/kdbai-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server