Connection
Use this MCP endpoint
https://meshh.ai/mcp
Inside ChatGPT, the connected agent appears as /meshh. The public tools are ask_meshh, continue_meshh_thread, and get_meshh_status.
Authentication
MCP Access Token + Bearer
Before adding MESHH to an external MCP client, sign in and create an MCP Access Token. Configure the client with bearer-token authentication using that token.
Create MCP Access Token
Ask your client
Have your AI walk you through it
Paste this prompt into ChatGPT and let it guide the setup.
I want to add the MESHH MCP server to ChatGPT.
Endpoint: https://meshh.ai/mcp
Server name: meshh
Authentication: Bearer token
Token: <your_mcp_access_token>
Please walk me through:
1. Where to add the MCP app in ChatGPT (Settings → Apps → Advanced settings → Create app).
2. The exact values to put in Server name, MCP Server URL, and bearer-token authentication.
3. How to set the Authorization header to `Bearer <your_mcp_access_token>`.
4. How to invoke it after creation (e.g. `/meshh`).
Note: this requires ChatGPT Pro or higher. If anything fails, ask me what I'm seeing and help me debug.