The MCP server now runs at https://shruwd.io/mcp as well as on your machine, so the apps
that cannot run a local server connect to it by URL: Claude on the web and on mobile,
ChatGPT and Grok.
Connecting an app
Add the URL as a custom connector and sign in with your Shruwd account. You choose the workspace the app works on, and whether it may change things or only read. An app never gets more than your role allows, and never administers your account. Step by step: Claude, ChatGPT, Grok.
Connected apps
Every app you connect is listed under Account → API keys, in Connected apps. Disconnecting one signs it out at once.
With a key
Anything that can send a header can use an API key instead of signing in, the xAI API and Claude Code included:
claude mcp add --transport http shruwd https://shruwd.io/mcp --header "Authorization: Bearer sh_live_…"
The tools are the same 28 either way. See MCP server.

