UNPKG

@clerk/clerk-mcp

Version:

An MCP server for Clerk generated by @buildwithalyer

45 lines (44 loc) 1.14 kB
{ "name": "@clerk/clerk-mcp", "description": "An MCP server for Clerk generated by @buildwithalyer", "version": "0.0.13", "publishConfig": { "access": "public" }, "author": "Buildwithlayer", "bin": { "clerk-mcp": "./dist/index.js" }, "main": "dist/index.js", "type": "module", "keywords": [ "clerk", "mcp", "authentication", "user-management", "api", "model-context-protocol", "oauth", "jwt", "saml", "organizations", "sessions" ], "scripts": { "build": "tsc", "inspect": "npm run build && npx @modelcontextprotocol/inspector node dist/index.js" }, "dependencies": { "@buildwithlayer/openapi-to-tools": "1.2.0", "@modelcontextprotocol/sdk": "^1.11.2" }, "devDependencies": { "@eslint/js": "^9.26.0", "@types/node": "^22.15.19", "eslint": "^9.26.0", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-sort": "^4.0.0", "typescript": "^5.5.3", "typescript-eslint": "^8.32.1" } }