https://github.com/whywaita/myshoes-mcp-server
The myshoes MCP Server is Model Context Protocol (MCP) compliant server for the whywaita/myshoes.
https://github.com/whywaita/myshoes-mcp-server
myshoes
Last synced: 3 months ago
JSON representation
The myshoes MCP Server is Model Context Protocol (MCP) compliant server for the whywaita/myshoes.
- Host: GitHub
- URL: https://github.com/whywaita/myshoes-mcp-server
- Owner: whywaita
- License: mit
- Created: 2025-04-28T11:50:23.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-08-26T15:36:14.000Z (3 months ago)
- Last Synced: 2025-08-26T20:15:27.176Z (3 months ago)
- Topics: myshoes
- Language: Go
- Homepage: https://deepwiki.com/whywaita/myshoes-mcp-server
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - **myshoes-mcp-server** - The myshoes MCP Server is Model Context Protocol (MCP) compliant server for the whywaita/myshoes. `go` `myshoes` `mcp` `server` `ai` `go install whywaita/myshoes-mcp-server@latest` (⚙️ DevOps)
README
# myshoes-mcp-server
The myshoes MCP Server is [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) compliant server for the [whywaita/myshoes](https://github.com/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
```json
{
"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"
]
}
}
}
}
```