TSMA MCP Server online

A shared Model Context Protocol server for ClickUp and engineering knowledge. Connect your AI client with your own bearer token.

Endpointhttps://mcp.myhybridlab.com/mcp
TransportHTTP (streamable)
AuthOAuth bearer token (Google)
Health/healthz
Diagnostics/validate — sign in, check your access, run a test query

Get started in Claude Code

  1. Add it to your project — create .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 }
        }
      }
    }
  2. Log in — run /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.
  3. Use it — the tools are now available. Run /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.