SkillAgentSearch skills...

mcp-server-starter-kit

WireForge MCP Server Starter Kit — Production-ready Model Context Protocol server boilerplate. TypeScript, rate limiting, Zod validation, Docker.

Install / Use

claude mcp add srmcguirt -- npx -y github:srmcguirt/mcp-server-starter-kit

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

60/100

Category

Operations

Supported Platforms

Claude Code
Claude Desktop

{ "name": "@srmcguirt/mcp-server-starter", "version": "1.0.0", "description": "MCP Server Starter Kit \u2014 Production-ready boilerplate with auth, rate limiting, error handling, Docker deploy", "keywords": [ "mcp", "model-context-protocol", "ai", "claude", "cursor", "cline", "boilerplate", "starter", "typescript", "anthropic" ], "author": "Shane McGuirt", "license": "MIT", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "mcp-starter": "dist/cli.js" }, "scripts": { "build": "tsc", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "lint": "eslint src --ext .ts", "typecheck": "tsc --noEmit", "test": "vitest" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.22.0", "winston": "^3.11.0", "dotenv": "^16.3.1" }, "devDependencies": { "@types/node": "^20.11.0", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "eslint": "^8.56.0", "tsx": "^4.7.0", "typescript": "^5.3.0", "vitest": "^3.1.0" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/srmcguirt/mcp-server-starter-kit" }, "homepage": "https://github.com/srmcguirt/mcp-server-starter-kit#readme" }

Related Skills

View on GitHub
GitHub Stars0
CategoryOperations
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low