Skip to main content

mcp bridge architecture

MCP Bridge Architecture

Last Updated: 2026-02-16 Status: Planned

MCP Servers (Run on NAS)

[object Object]

ToolDescription
ossa_list_agentsList all registered agents with manifests
ossa_validate_manifestValidate a manifest against schema
ossa_check_separationCheck separation of duties for an agent pair
ossa_get_agentGet full agent details by ID
ossa_mesh_statusCurrent mesh topology and agent health

Deployment: mesh.bluefly.internal/mcp, HTTP transport, Tailscale + token auth.

[object Object]

ToolDescription
infra_nas_statusSynology NAS health (CPU, RAM, volumes, Docker)
infra_vast_statusVast.ai instance status (GPU util, model loaded)
infra_litellm_modelsAvailable models via LiteLLM gateway
infra_tailscale_peersConnected Tailscale nodes
infra_service_healthCheck specific service endpoint

[object Object]

ToolDescription
buildkit_agents_listList all agents in marketplace
buildkit_validateValidate agent against OSSA spec
buildkit_workspaceWorkspace status with risk analysis
buildkit_drupal_syncTrigger drupal sync status check

[object Object]

ToolDescription
openclaw_ask_agentRoute question to OpenClaw agent
openclaw_list_agentsList available OpenClaw agents/skills
openclaw_agent_memoryQuery conversation memory
openclaw_run_skillExecute a specific skill
openclaw_cron_statusCheck scheduled task status

GitLab Group MCP Configuration

{ "mcpServers": { "bluefly-ossa": { "type": "http", "url": "https://mesh.bluefly.internal/mcp", "approvedTools": true }, "bluefly-infra": { "type": "http", "url": "https://api.blueflyagents.com/mcp", "approvedTools": ["infra_service_health", "infra_tailscale_peers"] }, "bluefly-buildkit": { "type": "http", "url": "https://api.blueflyagents.com/mcp/buildkit", "approvedTools": true }, "bluefly-openclaw": { "type": "http", "url": "https://api.blueflyagents.com/mcp/openclaw", "approvedTools": ["openclaw_ask_agent", "openclaw_list_agents"] } } }