My First MCP

by jhseo-git

183 downloads
Not rated
GitHub

About

A Model Context Protocol server implemented in Node.js with Docker support.

Details

Author
jhseo-git
Downloads
183
Categories
Developer Tools, Other
Tags
#docker

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name My First MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

My First Mcp can be run using Node.js or Docker. For Node, configure the MCP server with the command node and the argument pointing to the built index.js file. For Docker, use the command docker with arguments run -i --rm my-first-mcp.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "my first mcp": {
            "my-first-mcp": {
                "command": "node",
                "args": [
                    "/absolute/path/to/your/dist/index.js"
                ]
            }
        }
    }
}

McpServers

{
    "my-first-mcp": {
        "command": "node",
        "args": [
            "/absolute/path/to/your/dist/index.js"
        ]
    }
}
{ "mcpServers": { "my-first-mcp": { "command": "node", "args": ["/absolute/path/to/your/dist/index.js"] } } }
{ "mcpServers": { "my-first-mcp": { "command": "docker", "args": ["run", "-i", "--rm", "my-first-mcp"] } } }
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
docker build -t my-first-mcp-gateway -f Dockerfile.sse . docker run --rm -p 8181:8000 my-first-mcp-gateway

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Official Docker MCP Toolkit for discovering, configuring, and running containerized MCP servers through Docker Desktop and the Docker MCP gateway.

A secure, Docker-based server providing core execution capabilities for AI agents.

A secure sandbox for executing code in Docker containers, providing a safe environment for AI applications.

Hot reload remote containerized Python applications directly from your IDE.

Manage DDEV projects, enabling LLM applications to interact with local development environments through the MCP protocol.

Manage DevContainer environments using natural language prompts in any MCP-compatible editor.

Integrates with the devcontainers CLI to manage development containers. Requires Docker.

Developer resources including GitHub, npm, PyPI, Docker Hub, GitLab, and StackOverflow

MCP server that gives LLMs full control over local Kubernetes dev environments via k3d, kubectl, Tilt, Helm, and kustomize

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.