mcp-server
Keboola MCP Server is an integration tool designed to bridge the functionalities of Keboola with contemporary AI tools. It allows users to leverage Keboola's features seamlessly through AI platforms, enabling efficient data management and processing without glue code.
Do I need to start the server myself?
If you are using Claude or Cursor, you do not need to start the server manually. Configure MCP in app settings and it will start automatically.
What should I do if I encounter authentication errors?
Verify that your KBC_STORAGE_TOKEN is valid and correctly set in your environment variables.
How can I test the server manually?
You can run the server manually in a terminal using the Manual CLI Mode for testing or debugging purposes.
What if I have connection timeout issues?
Check your network connectivity and ensure that your API URL is correctly configured for your region.
How do I update the uv.lock file?
Update the uv.lock file if you have added or removed dependencies, or consider updating it with newer dependency versions when creating a release using uv lock --upgrade
.