myshoes-mcp-server

whywaita/myshoes-mcp-server

3.2

If you are the rightful owner of myshoes-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The myshoes MCP Server is a Model Context Protocol compliant server designed for managing target data from the myshoes project.

myshoes-mcp-server

The myshoes MCP Server is Model Context Protocol (MCP) compliant server for the whywaita/myshoes. It implements a JSON-RPC server for managing target data from the myshoes.

Status

This project is in early development and not yet ready for production use.

Installation

Usage with VS Code

{
    "mcp": {
        "servers": {
            "myshoes-mcp-server": {
                "type": "stdio",
                "command": "docker",
                "args": [
                    "run",
                    "-i",
                    "--rm",
                    "ghcr.io/whywaita/myshoes-mcp-server:latest",
                    "/myshoes-mcp-server",
                    "stdio",
                    "--host",
                    "http://192.0.2.10:8080"
                ]
            }
        }
    }
}