
mcp-gomamayo
par mizakahk
MCP server to check and validate 'Gomamayo' syntax within text strings.
What it does
This MCP server provides a specialized utility to analyze text for 'Gomamayo' (ゴママヨ) syntax, allowing AI assistants to programmatically check for this specific pattern in provided content.
Tools
check_gomamayo: Validates whether a given text contains the Gomamayo syntax pattern.
Installation
Add the following to your claude_desktop_config.json (example for WSL):
{
"mcpServers": {
"mcp-gomamayo": {
"command": "wsl",
"args": [
"bash",
"-ic",
"~/mcp-gomamayo/bin/mcp-gomamayo"
],
"env": {}
}
}
}
Supported hosts
- Claude Desktop
Installation rapide
git clone https://github.com/mizakahk/mcp-gomamayo.git && cd mcp-gomamayo && task buildInformations
- Tarification
- free
- Publié
- 5/26/2026
- Mis à jour
- 1 year ago






