Template
Clone
5
Home
Jonathan Miller edited this page 2026-05-20 01:24:26 +00:00
Table of Contents
Template-MCP
Template repository for creating MokoStandards-compliant Model Context Protocol (MCP) API servers. Provides scaffolding, configuration patterns, and architecture conventions for bridging AI assistants with REST APIs through a standardized tool interface.
| Field | Value |
|---|---|
| Language | TypeScript |
| License | GPL-3.0-or-later |
| Platform | Gitea |
Features
- MCP server scaffolding -- pre-configured TypeScript project with tool registration and stdio transport
- Multi-connection support --
config.jsonpattern for named API connections with default fallback - REST API bridge -- standardized pattern for exposing any REST API as MCP tools
- TypeScript-first -- strict mode, ES modules, full type safety
- Build tooling -- Makefile and npm scripts for build, dev, clean, lint
- MokoStandards compliant -- governance conventions, templates, and file headers
Guides
| Page | Description |
|---|---|
| Installation | Setup prerequisites (Node.js 20+) and configuration guide |
| Development | Adding tools, ApiClient usage, build workflow, and common patterns |
| Configuration | Config file schema, multi-connection setup, Claude Code registration |
| Deployment | Distribution, release process, Claude Code integration |
| Testing | Tool validation, error case testing, pre-release checklist |
Operations
| Page | Description |
|---|---|
| Troubleshooting | Connection, build, config, and Claude Code integration issues |
| Security | API key management, TLS, input validation, credential protection |
| Contributing | Tool design standards, TypeScript conventions, PR process |
| FAQ | Common questions about MCP servers, config, and development |
Reference
| Page | Description |
|---|---|
| API | Tool reference and connection parameter documentation |
| Architecture | MCP server design and REST API bridge pattern |
| Changelog Template | Keep-a-changelog template for new MCP server repos |
Repo: Template-MCP . MokoStandards
| Revision | Date | Author | Description |
|---|---|---|---|
| 2.0 | 2026-05-10 | Moko Consulting | Rewrite with detailed features, installation, and configuration |
| 1.0 | 2026-05-09 | Moko Consulting | Initial version |