Connect Model Context Protocol (MCP) servers to provide tools and resources to your agent.Documentation Index
Fetch the complete documentation index at: https://hastekit.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Adding MCP Servers
- Click Add MCP Server
- Configure the MCP server connection details:
- Endpoint - The MCP server endpoint URL
- Transport - The transport to be used for the communicating with MCP servers.
- Headers - Optional custom HTTP headers for authentication
- Tool Filter - Optional list of tool names to include (empty means all tools are available)
- Tools Requiring Human Approval - Optional list of tool names that require human approval before execution
Transport
Set the transport to be used for the MCP server communication. Supports “SSE” and “Streamable HTTP”.Tool Filter
Filter which tools from the MCP server are available to the agent. If left empty, all tools from the server are available. Specify tool names to restrict access to only selected tools.Human in the Loop
Configure tools that require human approval before execution. When the agent attempts to use a tool marked for approval:- Agent execution pauses
- The tool call is queued for approval
- Execution resumes after approval is granted or denied