What problem does it solve?
Provides a simple, local HTTP gateway integration that lets OpenClaw discover and invoke tools hosted by Model Context Protocol (MCP) servers without embedding direct server logic into the agent, reducing complexity and centralizing access control.
Core Features & Use Cases
- Tool Discovery: Query MCP servers for available tools and inspect their JSON input schemas to determine required arguments.
- Remote Tool Invocation: Execute server-side tools (filesystem reads/writes, vision analysis, web reading, repo searches) and retrieve structured JSON results.
- Scoped File Access: Enforce whitelist and directory restrictions (e.g., filesystem server limited to /data/workspace) for safer file operations.
- Use Case: Use the bridge to list fs tools, read a README from a workspace, analyze an image with vision tools, or run webReader to fetch page content.
Quick Start
List tools on the fs server and then call the read_text_file tool to retrieve a file from /data/workspace.