Skip to main content

MCP Connections

Register custom HTTP MCP servers to extend Clevername with your own tools. Choose between always-on injection or plugin mode for fine-grained control over when tools are available.

Key Concepts

What is an MCP connection?

An MCP connection is a custom HTTP MCP server that you register with Clevername. Unlike integration directory servers (which are pre-configured), connections let you point to any HTTP endpoint that speaks the MCP protocol — your own internal tools, self-hosted servers, or third-party services not yet in the integration directory.

Injection modes

ModeBehaviorUse when
Always-onTools injected into every gateway session (IDE and agent)Core tools you want available at all times (e.g., internal knowledge base)
PluginTools available only when explicitly activatedSpecialized tools you use occasionally (e.g., deployment scripts)

Authentication

Connections support an optional Bearer token for authentication. The token is stored encrypted and sent as an Authorization: Bearer <token> header with every request to your server.

Step-by-Step Guide
1

Open your custom servers

Navigate to Dashboard → Integrations. On the Tools tab, switch the view to Custom. You'll see a list of your existing custom connections, if any.

Integrations page on the Tools tab with the Custom view selected, showing an empty state and an Add Custom Server button
The Custom view on the Tools tab manages your custom MCP server registrations.
2

Add a new connection

Click + Add Custom Server. Fill in the required fields:

  • Server Name — A display name for the connection (e.g., “Internal Wiki MCP”)
  • Server URL — The HTTP endpoint of your MCP server (must be HTTPS in production)
  • Auth Token (optional) — Bearer token if your server requires it
  • Transport — Streamable HTTP (recommended) or SSE
  • Trust Level — Sandboxed (rate-limited, no destructive tools), Trusted (full access), or Blocked
Add Custom Server form with fields for Server Name, Server URL, Auth Token, Transport, and Trust Level
Enter your server details. The URL must point to a valid MCP-compatible HTTP endpoint.
3

Choose the injection mode

Select Always-on to inject the server's tools into every gateway session, or Plugin to make tools available only when the server is explicitly activated for an agent or IDE session.

Tip
Start with Plugin mode for new connections. You can switch to always-on later once you've confirmed the server works correctly and doesn't add excessive latency.
4

Test the connection

After saving, click the Ping button to verify that Clevername can reach your server. A successful ping confirms network connectivity and valid MCP handshake. If the ping fails, check that your server is reachable from the public internet and returns valid MCP responses.

Connection detail view showing a green Ping result with response time and tool count
A successful ping shows the response time and number of tools discovered.
5

Use the connection

Once connected, the server's tools are exposed to your agents and IDE through the MCP gateway — when activated (plugin mode) or automatically (always-on mode). Tools from custom connections are prefixed with the connection name to avoid conflicts with integration directory tools.