LensHub
Get startedlenshub.ai
Agents

Connect other MCP clients

Cursor, and anything else that speaks MCP.

LensHub exposes a standard MCP endpoint over HTTP. Any compliant client works.

Endpoint: https://lenshub.example.com/mcp

Authentication: Authorization: Bearer YOUR_API_KEY, or OAuth if your client supports it.

Cursor

Add to .cursor/mcp.json in your project, or the global equivalent:

{
  "mcpServers": {
    "lenshub": {
      "url": "https://lenshub.example.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}

Anything else

Most clients want the same three things:

TransportHTTP (streamable)
URLyour instance address, plus /mcp
HeaderAuthorization: Bearer YOUR_API_KEY

If the client supports OAuth, point it at the same URL and it will discover the authorisation endpoints automatically.

Checking it works

Ask the agent something only your company could answer. If it returns generic advice, it is not calling LensHub — check the connection before assuming the content is missing.

On this page