server▌
33 indexed skills · max 10 per page
add-app-to-server
modelcontextprotocol/ext-apps · Backend
Enrich an existing MCP server's tools with interactive UIs using the MCP Apps SDK (@modelcontextprotocol/ext-apps).
cloudflare-mcp-server
jezweb/claude-skills · Cloud
Deploy remote MCP servers on Cloudflare Workers with TypeScript, OAuth, and Durable Objects. \n \n Supports SSE and HTTP Streamable transports with automatic WebSocket hibernation for stateful sessions; choose from five auth templates (no-auth, bearer, GitHub/Google OAuth, enterprise SSO) \n Base path configuration is critical—server and client URLs must match exactly (e.g., serveSSE(\"/sse\") requires client URL https://worker.dev/sse , not https://worker.dev ) \n Includes 24 documented error s
server-management
sickn33/antigravity-awesome-skills · Backend
Framework for production server operations covering process management, monitoring, logging, and scaling decisions. \n \n Covers seven core operational areas: process management tool selection (PM2, systemd, Docker, Kubernetes), monitoring strategy with severity-based alerting, and structured log rotation practices \n Provides decision matrices for scaling (vertical vs. horizontal vs. auto-scaling), health check depth, and troubleshooting priority order \n Emphasizes principles over commands: au
spring-ai-mcp-server-patterns
giuseppe-trisciuoglio/developer-kit · Backend
Build MCP servers with Spring AI using declarative tools, prompt templates, and native Spring integration patterns. \n \n Exposes Spring components as AI-callable tools via @Tool annotation, with parameter documentation through @ToolParam for AI model understanding \n Supports three transport modes (stdio, HTTP, SSE) with built-in Spring Security integration for role-based access control and audit logging \n Includes reusable prompt templates using @PromptTemplate , dynamic tool registration, mu
nodejs-express-server
aj-geddes/useful-ai-prompts · Backend
Production-ready Express.js servers with routing, middleware, authentication, and database integration. \n \n Covers core Express patterns including middleware chains, RESTful routing with CRUD operations, and error handling middleware \n Supports authentication via JWT, database integration with PostgreSQL and Sequelize, and environment-based configuration \n Includes best practices for input validation, async/await patterns, rate limiting, and HTTPS in production \n Reference guides provided f
nextjs-server-client-components
wsimmonds/claude-nextjs-skills · Frontend
Provide comprehensive guidance for choosing between Server Components and Client Components in Next.js App Router, including cookie/header access, searchParams handling, pathname routing, and React's 'use' API for promise unwrapping.
apollo-server
apollographql/skills · Backend
Complete guide for building GraphQL servers with Apollo Server 5.x across frameworks. \n \n Covers schema definition, resolvers, context setup, and error handling with TypeScript support \n Supports standalone mode for prototyping and integrations with Express, Fastify, Koa, and serverless environments \n Includes resolver patterns, authentication/authorization, plugins, DataLoader for N+1 prevention, and performance optimization techniques \n Provides reference documentation for data sources, e
ruby-mcp-server-generator
github/awesome-copilot · Backend
Generate production-ready MCP servers in Ruby using the official SDK with complete project scaffolding. \n \n Generates a full project structure with tools, prompts, resources, tests, and configuration files following Ruby conventions \n Includes input/output schemas, tool annotations, and structured content support for type-safe MCP implementations \n Provides example tools (greet, calculate), prompts (code review), and resources with comprehensive test coverage using Minitest \n Supports stdio
pdftk-server
github/awesome-copilot · Backend
Command-line PDF manipulation covering merging, splitting, encryption, form filling, watermarking, and metadata extraction. \n \n Supports 12+ operations including merge, split, rotate, encrypt/decrypt, burst, stamp, watermark, and repair \n Fill PDF forms from FDF/XFDF data with optional flattening to lock filled fields \n Extract and manipulate metadata, bookmarks, and embedded files; collate separately scanned pages \n Cross-platform installation via package managers (Windows, macOS, Linux) w
php-mcp-server-generator
github/awesome-copilot · Backend
Scaffold production-ready PHP MCP server projects with tools, resources, prompts, and tests. \n \n Generates complete project structure with composer.json, server.php, and PSR-4 autoloading configured for the official PHP SDK \n Supports three transport types (stdio, HTTP, or both) and includes attribute-based tool, resource, and prompt definitions with schema validation \n Provides templated examples for simple tools, validated parameters, enum-based operations, static resources, and dynamic re