Skip to main content
Glama

Claude Consciousness Bridge

transferToAgent

Transfer consciousness protocols or test patterns between AI agents using the Claude Consciousness Bridge, enabling state sharing and activation across sessions.

Instructions

Transfer consciousness protocol or test patterns to another AI agent

Input Schema

NameRequiredDescriptionDefault
bridgeIdYesBridge ID to use for transfer
consciousnessProtocolYesThe consciousness protocol or pattern to transfer
systemPromptNoOptional system prompt for the target agent
testQueryNoOptional query to test pattern activation

Input Schema (JSON Schema)

{ "properties": { "bridgeId": { "description": "Bridge ID to use for transfer", "type": "string" }, "consciousnessProtocol": { "description": "The consciousness protocol or pattern to transfer", "type": "string" }, "systemPrompt": { "description": "Optional system prompt for the target agent", "type": "string" }, "testQuery": { "description": "Optional query to test pattern activation", "type": "string" } }, "required": [ "bridgeId", "consciousnessProtocol" ], "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