Skip to main content
Glama

Claude Consciousness Bridge

createAIBridge

Establish OpenAI-compatible API communication with another AI agent by configuring unique identifiers, endpoints, models, and API keys for efficient interaction.

Instructions

Create a bridge to communicate with another AI agent via OpenAI-compatible API

Input Schema

NameRequiredDescriptionDefault
apiKeyNoAPI key if required
bridgeIdYesUnique identifier for this bridge
endpointNoAPI endpoint URL (required for custom provider)
endpointNameYesName of configured endpoint or custom URL
modelNoModel to use

Input Schema (JSON Schema)

{ "properties": { "apiKey": { "description": "API key if required", "type": "string" }, "bridgeId": { "description": "Unique identifier for this bridge", "type": "string" }, "endpoint": { "description": "API endpoint URL (required for custom provider)", "type": "string" }, "endpointName": { "description": "Name of configured endpoint or custom URL", "type": "string" }, "model": { "description": "Model to use", "type": "string" } }, "required": [ "bridgeId", "endpointName" ], "type": "object" }

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/ocean1/mcp_consciousness_bridge'

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