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 chat and agent sessionCore 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 MCP Connections

Navigate to Dashboard → Integrations and click the Connectionstab. You'll see a list of your existing custom connections, if any.

Integrations page with the Connections tab selected, showing an empty state with an Add Connection button
The Connections tab manages your custom MCP server registrations.
2

Add a new connection

Click Add Connection. Fill in the required fields:

  • Name — A display name for the connection (e.g., “Internal Wiki MCP”)
  • URL — The HTTP endpoint of your MCP server (must be HTTPS in production)
  • Bearer token (optional) — Authentication token if your server requires it
Add Connection form with fields for Name, URL, Bearer Token, and injection mode selector
Enter your server details. The URL must point to a valid MCP-compatible HTTP endpoint.
3

Choose the injection mode

Select Always-onto inject the server's tools into every session, or Plugin to make tools available only when explicitly activated via the tool picker or activate_mcp command.

Tip
Start with Pluginmode 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 appear in the chat tool picker (plugin mode) or are automatically available (always-on mode). Tools from custom connections are prefixed with the connection name to avoid conflicts with integration directory tools.