mcp-server template
A template for creating MCP (ModelContextProvider) servers, configurable via environment variables.
mcp-server template
MCP (ModelContextProvider) server template
Building locally
To build the container image locally using Podman, run:
podman build -t mcp-server-template:latest .
This will create a local image named mcp-server-template:latest
that you can use to run the server.
Running with Podman or Docker
Example configuration for running with Podman:
{
"mcpServers": {
"mcp-server": {
"command": "podman",
"args": [
"run",
"-i",
"--rm",
"-e", "API_BASE_URL",
"-e", "API_KEY",
"-e", "MCP_TRANSPORT",
"localhost/mcp-server-template:latest"
],
"env": {
"API_BASE_URL": "https://api.example.com",
"API_KEY": "REDACTED",
"MCP_TRANSPORT": "sse"
}
}
}
}
Related Servers
Code Summarizer
A command-line tool that summarizes code files in a directory using Gemini Flash 2.0.
Sonic Pi MCP
Interact with Sonic Pi, the live coding music synth, using OSC messages.
MCP Datetime
A server for datetime formatting and file name generation, with support for various formats and timezones.
Local MCP Test
A test server for local MCP development and setup.
MCP Servers
A collection of reference implementations for the Model Context Protocol (MCP), demonstrating how to give LLMs secure access to tools and data using Typescript and Python SDKs.
Vercel v0
Generate beautiful UI components using Vercel's v0 generative UI system.
CodeSeeker
Advanced code search and transformation powered by ugrep and ast-grep for modern development workflows.
Maya MCP
MCP server for Autodesk Maya
Toolkit MCP Server
Provides system utilities and tools like IP geolocation, network diagnostics, system monitoring, crypto operations, and QR code generation.
Kubernetes
Kubernetes MCP server with the top30 tools