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"
}
}
}
}
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Scout Monitoring MCP
ผู้สนับสนุนPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
ผู้สนับสนุนAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MCP Memory Keeper
A server for persistent context management in Claude AI coding assistants, using a local SQLite database for storage.
Hyperlend
Enables AI agents to interact with the Hyperlend protocol.
ts-morph Refactoring Tools
Refactor TypeScript and JavaScript codebases using ts-morph. Supports renaming symbols and files, moving symbols, and searching for references.
Recraft AI
Generate and edit raster/vector images, vectorize, remove/replace backgrounds, and upscale using the Recraft AI API.
MCP Orchestrator
Aggregates tools from multiple MCP servers with unified BM25/regex search and deferred loading
Smart Prompts MCP Server
Fetches and manages prompts from GitHub repositories with intelligent discovery and composition features.
Gateway MCP Server
A gateway server that intelligently routes MCP requests to multiple backend servers based on external configuration.
MCP Gateway
A gateway to translate MCP tool calls into HTTP API requests, configurable via YAML.
vHAL MCP Server
Search Android Vehicle Hardware Abstraction Layer (vHAL) documentation and source code from a local repository clone.
MCP Project Setup
A starter project with setup instructions and example MCP servers, including a weather server.