SkillAgentSearch skills...

leanmcp-sdk

Production-ready TypeScript SDK for MCP servers: auth, multi-tenant, observability. Build enterprise AI agents fast.

Install / Use

claude mcp add Leanmcp -- npx -y github:Leanmcp/leanmcp-sdk

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

37/100

Supported Platforms

Claude Code
Claude Desktop

{ "name": "leanmcp", "private": true, "version": "0.1.0", "description": "LeanMCP SDK: Efficient, modular TypeScript toolkit for production MCP servers,with built-in auth, multi-tenancy, and human-in-the-loop.", "packageManager": "npm@9.0.0", "files": [ "README.md", "LICENSE" ], "workspaces": [ "packages/", "examples/", "!examples/github-roast", "!examples/gpt-slack", "!examples/my-app" ], "scripts": { "build": "turbo run build", "dev": "turbo run dev", "lint": "turbo run lint", "clean": "turbo run clean && rm -rf node_modules", "test": "jest", "test:coverage": "jest --coverage", "test:watch": "jest --watch", "install:all": "npm install && npm run build", "format": "prettier --write "packages//*.{ts,tsx,js,jsx,json,md}"", "format:check": "prettier --check "packages//.{ts,tsx,js,jsx,json,md}"", "prepare": "husky" }, "devDependencies": { "@swc/core": "^1.15.2", "@types/jest": "^29.5.0", "@types/node": "^20.0.0", "husky": "9.1.7", "jest": "^29.7.0", "lint-staged": "^16.2.7", "prettier": "3.8.1", "ts-jest": "^29.1.0", "tsup": "^8.0.1", "turbo": "^2.7.0", "typescript": "^5.6.3" }, "engines": { "node": ">=18.0.0", "npm": ">=9.0.0" }, "keywords": [ "mcp", "model-context-protocol", "typescript", "sdk", "ai", "chatgpt", "claude", "auth", "production", "lightweight", "opensource", "server", "api", "framework" ], "repository": { "type": "git", "url": "https://github.com/LeanMCP/leanmcp-sdk.git" }, "homepage": "https://leanmcp.com", "bugs": { "url": "https://github.com/LeanMCP/leanmcp-sdk/issues" }, "lint-staged": { "packages/**/.{ts,tsx,js,jsx,json,md}": [ "prettier --write" ] } }

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low