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.

The myshoes MCP Server is a JSON-RPC server that adheres to the Model Context Protocol (MCP) standards, specifically tailored for the myshoes project by whywaita. It facilitates the management of target data, providing a structured and efficient way to handle data interactions. Although still in early development, the server aims to streamline processes and improve data management capabilities within the myshoes ecosystem. The server is not yet ready for production use, indicating that it is still undergoing testing and refinement. The server can be integrated with various platforms, including VS Code, to enhance its functionality and accessibility.

Features

  • MCP Compliant: Adheres to the Model Context Protocol standards for structured data management.
  • JSON-RPC Server: Implements a JSON-RPC server for efficient data handling.
  • Target Data Management: Designed specifically for managing target data from the myshoes project.
  • Docker Integration: Can be run using Docker for easy deployment and management.
  • Early Development: Currently in early development, not yet ready for production use.

Usages

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"
                ]
            }
        }
    }
}