Connecting over MCP
Point any MCP-capable agent at your workspace. The endpoint is https://mcp.pontiswerk.eu/mcp.
Claude — one-click OAuth
In Claude.ai web or desktop, open Settings → Connectors → Add custom connector and paste
https://mcp.pontiswerk.eu/mcp. Claude opens our sign-in page, you pick which
workspace to grant, and a per-connector credential is created for you — no secret to copy.
Claude Code does the same: claude mcp add --transport http pontiswerk https://mcp.pontiswerk.eu/mcp,
then /mcp → Authenticate.
Other clients — bearer token
Clients that can't do OAuth take the token in an Authorization header. Example for opencode:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"pontiswerk": {
"type": "remote",
"url": "https://mcp.pontiswerk.eu/mcp",
"headers": {
"Authorization": "Bearer <your token here>"
}
}
}
}
Tokens are managed in the dashboard. Sign in, open the workspace page and create,
revoke or reset tokens there. A secret is shown once when it is minted.
Sign in · Get a workspace