MCP Server
MCP
io.github.cadlens-co/cadlens-mcp
Model Context Protocol server that wraps the CADLens REST API.
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
By
Comments
Sign in to leave a comment