My First MCP
A Model Context Protocol server implemented in Node.js with Docker support.
my-first-mcp
Running MCP
node
{
"mcpServers": {
"my-first-mcp": {
"command": "node",
"args": ["/absolute/path/to/your/dist/index.js"]
}
}
}
docker
{
"mcpServers": {
"my-first-mcp": {
"command": "docker",
"args": ["run", "-i", "--rm", "my-first-mcp"]
}
}
}
Runner
stdio
docker build -t my-first-mcp-stdio .
# docker build --platform linux/amd64 -t aoaiaiplayground.azurecr.io/mcp/my-first-mcp-stdio .
# docker buildx build --platform linux/amd64,linux/arm64 -t aoaiaiplayground.azurecr.io/mcp/my-first-mcp-stdio --push .
docker run -i --rm my-first-mcp-stdio
stdio -> sse
docker build -t my-first-mcp-gateway -f Dockerfile.sse .
docker run --rm -p 8181:8000 my-first-mcp-gateway
Related Servers
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
ContextKeeper
Provides perfect memory for AI-assisted development by capturing project context snapshots, enabling natural language search, evolution tracking, and code intelligence.
DALL-E Image Generator
Generate images using OpenAI's DALL-E API.
MCP Low-Level Server Streamable HTTP
A low-level MCP server implementation with streamable HTTP support, configured via environment variables.
Web3 MCP Server
An MCP server for interacting with Web3 and EVM-compatible chains.
Laravel Loop
An MCP server for Laravel applications to connect with AI assistants using the MCP protocol.
HiGHS MCP Server
Provides linear programming (LP) and mixed-integer programming (MIP) optimization capabilities using the HiGHS solver.
Valar API MCP
Integrate with the Valar API, assisting frontend developers with API documentation and endpoint discovery.
MCP POC
A proof-of-concept MCP server built with Node.js and TypeScript, compatible with Claude Desktop.
DIY MCP
A from-scratch implementation of the Model Context Protocol (MCP) for building servers and clients, using a Chinese tea collection as an example.
Decoupler MCP
A natural language interface for biological activities analysis using the decoupler tool.