A shared Model Context Protocol server for ClickUp and engineering knowledge. Connect your AI client with your own bearer token.
https://mcp.myhybridlab.com/mcpHTTP (streamable)OAuth bearer token (Google).mcp.json in your repo root (or add the block to ~/.claude.json):
{
"mcpServers": {
"tsma-mcp-server": {
"type": "http",
"url": "https://mcp.myhybridlab.com/mcp",
"oauth": { "callbackPort": 33418 }
}
}
}/mcp in Claude Code, choose tsma-mcp-server, and authenticate in the browser (Google). Claude Code handles the token via OAuth — no manual tokens to copy./mcp anytime to check connection status or re-authenticate.Other clients (Cursor, etc.): point any streamable-HTTP MCP client at the endpoint above; use OAuth where supported, or an Authorization: Bearer <token> header otherwise.
• No ClickUp writes — read/intelligence tools only; the runtime-settings operator tools persist governed internal state and require dedicated OAuth scopes.
• Auth required — requests without a valid token get 401, scoped to your allowed workspaces.