MCP Server Templates
MCP 서버 템플릿
권한 경계, 통합 테스트 및 평가 계약을 포함하는 프로덕션 수준의 MCP 서버 시작 템플릿입니다.
템플릿
템플릿 | 설명 | 주요 기능 |
최소 MCP 서버 | Echo + 계산 도구, Zod 유효성 검사 | |
읽기 전용 데이터베이스 액세스 | SQL 유효성 검사, 스키마 인트로스펙션, 권한 경계 | |
외부 API 프록시 | 속도 제한, 자격 증명 범위 지정, 엔드포인트 구성 |
Related MCP server: mcp-starter-kit
빠른 시작
이 저장소를 복제하거나 GitHub에서 "Use this template"을 사용하세요.
원하는 템플릿으로 이동합니다:
cd templates/basic종속성을 설치합니다:
pnpm install서버를 시작합니다:
pnpm start
아키텍처
각 템플릿은 동일한 패턴을 따릅니다:
권한 엔진 — 모든 도구 호출 전에 평가되는 선언적 규칙(허용/거부)
인메모리 테스트 클라이언트 — MCP SDK의 InMemoryTransport를 통한 통합 테스트
평가 계약 — @visystems/claude-eval-runner와 호환되는 YAML 평가 사양
공유 유틸리티
shared/ 디렉토리에는 재사용 가능한 유틸리티가 포함되어 있습니다:
permissions/— 권한 정책 유형, 엔진 및 PermissionDeniedErrortesting/— 통합 테스트를 위한 인메모리 MCP 테스트 클라이언트errors/— 유형이 지정된 오류 클래스
개발
pnpm install
pnpm typecheck # TypeScript type checking
pnpm test # Run all tests
pnpm test:shared # Run shared utility tests only
pnpm test:basic # Run basic template tests only라이선스
Apache 2.0 — LICENSE를 참조하세요.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Create, deploy, and operate MCP servers directly from your GitHub repositories.
The OpenZeppelin Cairo Contracts MCP server generates secure smart contracts in the Cairo language for Starknet environments based on OpenZeppelin templates. It brings OpenZeppelin's proven security and style rules directly into AI-driven development workflows to create safe, production-ready contracts. Key capabilities include providing templates for ERC-20, ERC-721, ERC-1155, Multisig, Governor, and Vesting contracts.
Build multi-tenant apps over MCP. Schemas, CRUD, deploys — access control enforced server-side.
The OpenZeppelin Solidity Contracts MCP server integrates OpenZeppelin's security and style rules into AI-driven development workflows, enabling AI assistants to generate safe, correct, and production-ready smart contracts. It automatically validates generated code against OpenZeppelin standards (including imports, modifiers, naming conventions, and security checks) and supports various contract types including ERC-20, ERC-721, ERC-1155, Stablecoins, RWA, Governor, and Account contracts through prompt-driven workflows.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProduction-ready MCP server starter with authentication, observability, and a plugin system for building and deploying MCP servers quickly.MIT
- AlicenseAqualityCmaintenanceA production-ready foundation for building secure, observable MCP servers with built-in authentication, rate limiting, and reference tools like database-query and semantic-search.1537MIT
- FlicenseNot gradedqualityBmaintenanceThis MCP server starter template enables developers to quickly build production-ready MCP servers with Streamable HTTP, stateless design, and OAuth 2.1 authorization. It provides a structured, capability-based architecture with Postgres audit logging and centralized scope enforcement.-
- AlicenseNot gradedqualityCmaintenanceA production-grade MCP starter server in TypeScript with example tools, resources, and integration tests. It provides a clean, extensible foundation for building custom MCP servers.70MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/VISystems/mcp-server-templates'
If you have feedback or need assistance with the MCP directory API, please join our Discord server