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 |
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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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