Documentation Index
Fetch the complete documentation index at: https://docs.piebald.ai/llms.txt
Use this file to discover all available pages before exploring further.
Remote/HTTP MCP servers
Available in Piebald Basic (Free) In addition to local MCP servers that run on your machine, Piebald also supports remote MCP servers (also known as HTTP MCP servers). To add a new remote MCP server:- Go to Settings → MCP Servers.
- Click Add → Add Server.
- Enter a name.
- For Transport Type, select HTTP.
- Enter the MCP server URL (e.g. for Context7,
https://mcp.context7.com/mcp). - If the server requires authentication, and you want to authenticate immediately, click Create & Authenticate; otherwise, click Create Server.
- If the server requires authentication and you haven’t authenticated, the MCP server will show a yellow “Auth Required” badge. If you want to authenticate the MCP server, click the More button (the three dots) and choose Authenticate.
mcpServers config JSON.
- Go to Settings → MCP Servers.
- Click Add → Paste JSON.
- Paste your JSON.
Headers and manual OAuth configuration
You can configure remote MCP servers with a few configuration options:- Headers
- Client ID
- Client Secret
- Redirect port
Customizing redirect port
When you sign into an MCP server with OAuth (e.g. GitHub, Figma, or Notion), the MCP signin process needs to know what URL to redirect to so it can send the new login information back to Piebald. In Piebald, this URL ishttps://piebald.ai/desktop/redirect?code=...&state=.... The page at this URL, in turn, redirects you to a local, temporary web server automatically started by Piebald. The URL to this temporary web server is contained in the state parameter in the URL above.
By default, the local temporary web server uses a random port (e.g. localhost:3842, localhost:18502, etc.). To prevent a random port from being selected, you can set the Redirect Port setting to a static port, which will be used every time you authenticate that MCP server. If another process is already running on that port, you’ll need to kill the process or change the port before you can authenticate.