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
GitGuardian
Scan projects for over 500 types of secrets using GitGuardian's API to prevent credential leaks.
VibeShift
An intelligent security agent that analyzes AI-generated code for vulnerabilities and assists with remediation.
MCP Sequence Simulation Server
Simulate DNA and amino acid sequences using evolutionary models and algorithms.
Flutter MCP
A real-time MCP server providing Flutter/Dart documentation and pub.dev package information to AI assistants, supporting over 50,000 packages on demand.
MCP for Docs
Automatically downloads and converts documentation from various sources into organized markdown files.
DeepSeek MCP Server
A server for code generation and completion using the DeepSeek API.
Safe File MCP
A test server demonstrating all features of the MCP protocol, including prompts, tools, resources, and sampling.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
CGM MCP Server
A server for CodeFuse-CGM, a graph-integrated large language model designed for repository-level software engineering tasks.
MemGPT MCP Server
A server that provides a memory system for LLMs, enabling persistent conversations with various providers like OpenAI, Anthropic, and OpenRouter.