MCP Server Templates
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Server Templateslist available templates"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server Templates
Production-grade MCP server starter templates with permission boundaries, integration tests, and eval contracts.
Templates
Template | Description | Key Features |
Minimal MCP server | Echo + calculate tools, Zod validation | |
Read-only database access | SQL validation, schema introspection, permission boundaries | |
External API proxy | Rate limiting, credential scoping, endpoint configuration |
Related MCP server: MCP Server Boilerplate
Quick Start
Clone this repo or use "Use this template" on GitHub
Navigate to the template you want:
cd templates/basicInstall dependencies:
pnpm installStart the server:
pnpm start
Architecture
Each template follows the same patterns:
Permission engine — Declarative rules (allow/deny) evaluated before every tool invocation
In-memory test client — Integration tests via MCP SDK's InMemoryTransport
Eval contracts — YAML eval specs compatible with @visystems/claude-eval-runner
Shared Utilities
The shared/ directory contains reusable utilities:
permissions/— Permission policy types, engine, and PermissionDeniedErrortesting/— In-memory MCP test client for integration testserrors/— Typed error classes
Development
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 onlyLicense
Apache 2.0 — see LICENSE.
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 Servers
- Alicense-qualityDmaintenanceAn agent-ready TypeScript template for building Model Context Protocol (MCP) servers with standardized discovery flows and permission-aware tools. It provides pre-configured core and operable profiles to help developers quickly implement, test, and distribute production-ready MCP services.Last updated153MIT
- AlicenseAqualityCmaintenanceProduction-ready MCP server starter templates in TypeScript and Python. Includes tool, resource, and prompt patterns with Claude Desktop integration configs.Last updated22MIT
- Alicense-qualityFmaintenanceA production-ready MCP server scaffold that features built-in authentication, Docker support, and a comprehensive CI/CD release pipeline. It provides a standardized template for deploying servers with multi-transport support and configurable read-only modes.Last updatedMIT
- Alicense-qualityDmaintenanceProduction-ready MCP server starter with authentication, observability, and a plugin system for building and deploying MCP servers quickly.Last updatedMIT
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
MCP server for Klever blockchain smart contract development.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
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