ClouisleClouisle

Connect MCP Servers

Connect a Model Context Protocol Server over stdio, SSE, or HTTP

MCP tools are configured in Capabilities > Tools > Create Tool > MCP Server. Before saving, use Fetch Tool List to check whether the server is reachable and which tools it exposes.

Transports

TransportRequired connection fieldsUse case
stdiocommand, args, envTalk to a local command or container process
sseurl, optional headersConnect to an SSE MCP endpoint
httpurl, optional headersConnect to an HTTP MCP endpoint
  1. Fill in the tool name and description.
  2. Select the transport type and fill in the connection info.
  3. Select Fetch Tool List and confirm the tool names, descriptions, and JSON Schema parameters.
  4. Save and run a test in the tool list.
MCP server configuration
MCP server configuration

Security Boundaries

  • Do not write private Tokens into public documents or share them with teams that do not need them.
  • Use HTTPS and minimal headers for remote MCP endpoints.
  • Restrict the source of stdio commands and avoid building commands from untrusted input.
  • MCP call timeouts default to 60 seconds; failures are recorded in the Agent or Workflow run trace.

Common Errors

Fetch tool list failed usually means the command does not exist, the process exited, the URL is unreachable, the protocol type does not match, or the headers are invalid. Confirm the connection error in the server logs first, then reload the tool in Clouisle.

How is this guide?

On this page