A template for creating MCP (ModelContextProvider) servers, configurable via environment variables.
MCP (ModelContextProvider) server template
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.
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"
}
}
}
}
A self-hostable middleware to manage all your MCPs through a GUI and a local proxy, supporting multiple clients and workspaces.
Official Zeplin server for AI-assisted UI development.
A proxy server that combines multiple MCP servers into a single endpoint, routing requests to the appropriate underlying server.
Run code in secure sandboxes hosted by E2B
Provides real-time access to Chainlink's decentralized on-chain price feeds.
Enhances LLM reasoning by transforming prompts into Chain of Draft or Chain of Thought formats, improving quality and reducing token usage. Requires API keys for external LLM services.
Remote, no-auth MCP server providing AI-powered codebase context and answers
An iOS mobile automation server using Appium and WebDriverAgent, built with clean architecture and SOLID principles.
Up-to-date documentation for your coding agent. Covers 1000s of public repos and sites. Built by ref.tools
A lightweight, AI-powered end-to-end testing framework for CI workflows. Requires an OpenAI API key.