Skip to main content
Glama

MCP Bridge Server

discover_client

Locate and optionally initiate an MCP client via the MCP Bridge Server to facilitate communication between AI clients like Claude and Cline.

Instructions

Find and optionally start an MCP client

Input Schema

NameRequiredDescriptionDefault
autoStartNo
clientTypeYes
timeoutNo

Input Schema (JSON Schema)

{ "properties": { "autoStart": { "type": "boolean" }, "clientType": { "enum": [ "claude", "cline" ], "type": "string" }, "timeout": { "type": "number" } }, "required": [ "clientType" ], "type": "object" }
Install Server

Other Tools from MCP Bridge Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/glassBead-tc/SubspaceDomain'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server