Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Configure Sendmux MCP in GitHub Copilot CLI.
pip install sendmux-mcp
export SENDMUX_MBX_KEY=smx_mbx_...
export SENDMUX_ROOT_KEY=smx_root_...
copilot mcp add sendmux-mailbox \ --env SENDMUX_API_KEY=smx_mbx_... \ -- sendmux-mcp-mailbox
SENDMUX_API_KEY=smx_mbx_... \ SENDMUX_MCP_HTTP_BEARER_TOKEN=local-mcp-token \ sendmux-mcp-mailbox --transport http --host 127.0.0.1 --port 8765
http://127.0.0.1:8765/mcp
copilot mcp add --transport http \ --header "Authorization: Bearer local-mcp-token" \ sendmux-local http://127.0.0.1:8765/mcp
Was this page helpful?