Skip to main content
Glama
VISystems

MCP Server Templates

by VISystems

MCPサーバーテンプレート

権限境界、統合テスト、評価コントラクトを備えた本番グレードのMCPサーバー用スターターテンプレート。

テンプレート

テンプレート

説明

主な機能

basic

最小限のMCPサーバー

Echo + 計算ツール、Zodバリデーション

database

読み取り専用データベースアクセス

SQLバリデーション、スキーマイントロスペクション、権限境界

api-gateway

外部APIプロキシ

レート制限、認証情報のスコープ設定、エンドポイント設定

クイックスタート

  1. このリポジトリをクローンするか、GitHubの「Use this template」を使用してください

  2. 使用したいテンプレートに移動します: cd templates/basic

  3. 依存関係をインストールします: pnpm install

  4. サーバーを起動します: pnpm start

アーキテクチャ

各テンプレートは同じパターンに従います:

  • 権限エンジン — すべてのツール呼び出しの前に評価される宣言型ルール(許可/拒否)

  • インメモリテストクライアント — MCP SDKのInMemoryTransportを使用した統合テスト

  • 評価コントラクト@visystems/claude-eval-runner と互換性のあるYAML評価仕様

共有ユーティリティ

shared/ ディレクトリには再利用可能なユーティリティが含まれています:

  • permissions/ — 権限ポリシーの型、エンジン、および PermissionDeniedError

  • testing/ — 統合テスト用のインメモリ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 を参照してください。

A
license - permissive license
-
quality - not tested
C
maintenance

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