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 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
My First MCP Server
by JHSeo-git
Project Details
- JHSeo-git/my-first-mcp
- MIT License
- Last Updated: 5/12/2025
Recomended MCP Servers
Logan
Loki MCP Server
🧩
Aider MCP Server
Minimal MCP Server for Aider
OpenSCAD MCP Server
Devin's attempt at creating an OpenSCAD MCP Server that takes a user prompt and generates a preview image...
Code Summarizer
A command-line tool and MCP server that summarizes code files using Gemini Flash 2.0
🧩
Rollbar MCP Server
MCP server implementation for Rollbar API integration
🧩
GitHub Action Trigger MCP Server
🧩
AI Villagers
Create an interactive 2D world where players can engage with NPCs through tasks and conversations. Enhance gameplay with...
Yahoo Finance Integration
This is a Model Context Protocol (MCP) server that provides comprehensive financial data from Yahoo Finance. It allows...
Godspeed Task Management Connector
Simple JavaScript REPL
repl for mcp
🧩
Neo4j Knowledge Graph Server
A Model Context Protocol to allow access to a Neo4j backed knowledge graph





