mcp
Model Context Protocol (MCP) Server for the Keboola Platform
How to use
The Model Context Protocol (MCP) Server is a core component of the Keboola Platform, designed to facilitate seamless data interactions and model management. Developers can utilize this server to efficiently manage and deploy machine learning models, ensuring that your data workflows are both robust and scalable.
Once connected to the MCP server, you can interact with it via HTTP requests to manage your machine learning models and data contexts. You can send commands to upload models, query model statuses, and retrieve contextual data. For optimal performance, leverage batch processing commands to handle large datasets efficiently.
How to install
Prerequisites
Ensure you have Node.js and npm installed on your system, as the MCP server relies on these tools for installation and operation.
Option A: Quick start with npx
You can quickly start using the MCP server without a global installation by running:
npx -y keboola/mcp-server
Option B: Global install alternative
To install the MCP server globally, use the following command:
npm install -g keboola/mcp-server
Additional notes
When configuring the MCP server, be mindful of the required environment variables, such as API keys and database connection strings, which are essential for proper operation. Additionally, watch for common issues related to network permissions and make sure your firewall settings allow traffic to and from the server.
Related MCP Servers
mcp -odoo
A Model Context Protocol (MCP) server that enables AI assistants to securely interact with Odoo ERP systems through standardized resources and tools for data retrieval and manipulation.
mcp-pinecone
Model Context Protocol server to allow for reading and writing from Pinecone. Rudimentary RAG
Gitingest
mcp server for gitingest
blender-open
Open Models MCP for Blender Using Ollama
microsoft_fabric_mcp
MCP server wrapping around the Fabric Rest API
mcp -memos-py
A Python package enabling LLM models to interact with the Memos server via the MCP interface for searching, creating, retrieving, and managing memos.