kakomimasu/mcp-server
3.1
If you are the rightful owner of 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 dayong@mcphub.com.
囲みマス MCP is a Model Context Protocol server designed to facilitate the playing of the game '囲みマス'.
囲みマス MCP
囲みマスをプレイするためのMCPです。
設定方法
VSCode
mcp.json などで下記のように設定
{
"servers": {
"kakomimasu-mcp": {
"url": "https://mcp.kakomimasu.com/mcp",
"type": "http"
}
},
}
Gemini CLI
.gemini/settings.json などで以下のように設定
{
"mcpServers": {
"kakomimasu-mcp": {
"httpUrl": "https://mcp.kakomimasu.com/mcp"
}
}
}