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"
}
}
}
}
İlgili Sunucular
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
widemem.ai
Open-source AI memory layer with importance scoring, temporal decay, hierarchical memory, and YMYL prioritization
Atlassian Rovo MCP Server (Streamin HTTP)
https://mcp.atlassian.com/v1/mcp
Chronulus AI
Predict anything with Chronulus AI forecasting and prediction agents.
clj-kondo-MCP
Clojure linter
AILint
AI-powered code quality analysis to detect best practice violations, security issues, and architectural problems in real-time.
Image Generation MCP Server
An MCP server for generating images using the Replicate API and the Flux model.
iOS Simulator
Provides programmatic control over iOS simulators through a standardized interface.
Image MCP Server
An MCP server for AI image generation using OpenAI and Replicate APIs.
MCP JVM Diagnostics
JVM diagnostics MCP server for thread dump and GC log analysis. Detects deadlocks, lock contention, and GC pressure. Runs via npx on Node.js — no JVM or Docker required.
ApostropheCMS
Interact with ApostropheCMS, a Node.js-based content management system, to manage content snippets.