tool-mcp-bridge
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tool-mcp-bridgeuse my locally configured filesystem MCP server to list files in the current directory"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
tool-mcp-bridge
Call locally configured MCP servers over stdio. Set MCP_SERVERS JSON. Does not use xAI mcp_call.
Client-side tool for mixing with xAI server-side tools:
https://docs.x.ai/developers/tools/advanced-usage#mixing-server-side-and-client-side-tools
Local first
Tasks that do not need a third-party network service run entirely in this process.
Bind address is 127.0.0.1 only.
Related MCP server: opencode-codex-mcp
Run
python -m venv .venv
.venv/bin/pip install -e ".[dev]"
.venv/bin/pytest -q
TOOL_TOKEN=local TOOL_PORT=8096 .venv/bin/python -m tool_mcp_bridge.serverdocker compose up -d --build
curl -sS http://127.0.0.1:8096/healthz
curl -sS http://127.0.0.1:8096/schema
curl -sS -H 'Authorization: Bearer local' -H 'Content-Type: application/json' \
-d '{"arguments":{}}' http://127.0.0.1:8096/v1/invokexAI client-side schema
GET /schema returns the function-calling descriptor. Register it next to any
server-side tools (web_search, x_search, code_execution, …) you still
want xAI to execute. When the model calls this function, execution pauses and
your loop must POST /v1/invoke.
Security
no-new-privileges,cap_drop: ALL, read-only root, tmpfs/tmppublished on loopback only
bearer
TOOL_TOKEN(defaultlocal— change before any non-loopback bind)
Copyright 2026 Evgeniy Chistyakov · https://exception.expert
Документы для агентов
This server cannot be deployed
Maintenance
Related MCP Connectors
- QuallaaOAuthcom.quallaa
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
Remote MCP server exposing SMI Aware tools, resources, and skills over Streamable HTTP.
Host your MCP tool over streamable HTTP in one command.
Related MCP Servers
- AlicenseAqualityCmaintenanceExposes local Grok Build bridge as MCP stdio server, enabling code agents like Claude Code to run Grok models, check status, and manage runs.645 npmMIT
- FlicenseNot gradedqualityCmaintenanceEnables MCP-compatible hosts such as OpenCode to drive the Codex CLI through codex app-server over stdio, exposing tools to run prompts, inspect status, list threads, and interrupt running turns.-
- FlicenseNot gradedqualityBmaintenanceEnables MCP clients such as Claude Desktop or Claude Code to drive the local daemon through stdio, listing agents and sessions, running agents, and reporting costs.-
- AlicenseNot gradedqualityAmaintenanceEnables AI tools to uniformly discover, inspect, and call tools, prompts, and resources from multiple upstream MCP servers through a small set of fixed MCP tools, over stdio or HTTP.2MIT