Configuring and Using Singdata Lakehouse MCP Server
Advanced Configuration
1. Enabling MCP Tool Integration
If your environment supports MCP (Model Context Protocol) tools, you can add an MCP server via the command line:
Add an HTTP-type MCP server:
Or add an SSE-type MCP server:
View the list of added MCP servers:
Check MCP server connection status:
Call an MCP tool (format: server_name.tool_name; check specific tool names via .mcp check):
Configure tool filters (optional):
View tool filter configuration:
Remove an MCP server (if needed):
MCP Command Reference:
.mcp list- View all MCP servers.mcp check <name>- Check server connection status and display available tools.mcp call <server.tool>- Call a specific tool, format: "server_name.tool_name".mcp filter set <server> --allowed tool1,tool2- Set the allowed tools list.mcp filter get <server>- View current filter configuration.mcp remove <name>- Remove an MCP server
Important Note: To find specific available tool names, first add the MCP server, then view them using the .mcp check <server_name> command.
Using MCP Tools via Subagent (Recommended)
After adding an MCP server, it is recommended to use MCP tools through a subagent, which allows you to select the desired tools during the addition process:
Add a subagent (launches interactive wizard):
View all configured subagents:
Build a knowledge base for a subagent (optional):
Remove a subagent (if needed):
Subagent Command Reference:
.subagent add- Launch the interactive wizard to add a new intelligent agent; MCP tools can be selected during this process.subagent list- List all configured subagents.subagent bootstrap <agent_name>- Build a specialized knowledge base for the specified agent.subagent remove <agent_name>- Remove the specified subagent
When adding a subagent, set the following:
Benefits of using MCP tools through the subagent approach:
- Interactively select desired tools during the addition process
- Create specialized intelligent agents for each scenario
- Support building specialized knowledge bases to enhance analysis capabilities
Features After Enabling MCP Tools:
- Instance management and switching
- Job history queries
- Advanced data analysis tools
- System monitoring functions
Last updated: November 2025
