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"
}
}
}
}
Verwandte Server
Scout Monitoring MCP
SponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
SponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
CGM MCP Server
A server for CodeFuse-CGM, a graph-integrated large language model designed for repository-level software engineering tasks.
My MCP Server
A remote MCP server deployable on Cloudflare Workers without authentication.
MCP Playground
A playground for MCP implementations featuring multiple microservices, including news and weather examples.
MCP Reticle
Reticle intercepts, visualizes, and profiles JSON-RPC traffic between your LLM and MCP servers in real-time, with zero latency overhead. Stop debugging blind. Start seeing everything.
Code Reasoning
Enhances Claude's ability to solve complex programming tasks through structured, step-by-step thinking.
MCP Server with Google OAuth & Analytics
A remote MCP server with built-in Google OAuth authentication and analytics tracking.
Document Schema Specifications
A collection of document schemas for standardizing project documentation across various software projects.
Ruby MCP Client
A Ruby client for the Model Context Protocol (MCP), enabling integration with external tools and services via a standardized protocol.
Bitcoin & Lightning Network
Interact with the Bitcoin and Lightning Network to generate keys, validate addresses, decode transactions, and query the blockchain.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.