← Back to Plugins
MCP Server MCP

io.github.cadlens-co/cadlens-mcp

github By github 👁 1 views ▲ 0 votes

Model Context Protocol server that wraps the CADLens REST API.

Homepage Verified source GitHub

Install

npx -y @cadlens/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@cadlens/mcp-server",
      "version": "0.6.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your CADLens API key",
          "isRequired": true,
          "isSecret": true,
          "name": "CADLENS_API_KEY"
        },
        {
          "description": "API base URL (default: https://api.cadlens.co/v1)",
          "default": "https://api.cadlens.co/v1",
          "name": "CADLENS_API_BASE"
        },
        {
          "description": "Public URL for webhook auto-registration (optional)",
          "name": "WEBHOOK_PUBLIC_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...