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"
}
}
}
}
Serveurs connexes
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
My First MCP
A Model Context Protocol server implemented in Node.js with Docker support.
Puppeteer MCP
MCP server for browser automation via Puppeteer
TokenCost
An MCP (Model Context Protocol) server that provides real-time LLM token pricing data for 60+ AI models across 15 providers.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
Qase
Interact with the Qase API for test management. Requires a QASE_API_TOKEN for authentication.
szum
Render chart images from JSON configs with six themes, ten marks, PNG/SVG output.
GodotIQ
The intelligent MCP server for AI-assisted Godot 4 development. 35 tools for spatial intelligence, code understanding, flow tracing, and visual debugging. 22 free, full suite $19.
Sui MCP Tools
A toolkit for interacting with the Sui blockchain and integrating MCP SDK features, with support for multiple network environments.
Search Tools MCP Server
An MCP server that enhances code analysis with advanced search and dependency mapping capabilities.
Chess FEN MCP Server
Validate and visualize chess positions using FEN notation.