Back to MCP directory
publicPublicdnsLocal runtime

mcp-gomamayo

一个用于检测文本中'ゴママヨ'构文的MCP服务器项目

article

README

🚀 mcp-gomamayo

这是一个用于检查文本中「ゴママヨ」语法的 Model Context Protocol (MCP) 服务器。

Go Version MCP License

🚀 快速开始

📦 安装指南

git clone https://github.com/mizakahk/mcp-gomamayo.git
cd mcp-gomamayo
task build

💻 使用示例

在Claude Desktop中使用

MCP服务器设置

claude_desktop_config.json 中添加以下设置:

  1. 在WSL上启动
{
  "mcpServers": {
      "mcp-gomamayo": {
          "command": "wsl",
          "args": [
              "bash",
              "-ic",
              "~/mcp-gomamayo/bin/mcp-gomamayo"
          ],
          "env": {}
      }
  }
}

保存配置文件后,重启Claude Desktop,gomamayo-checker 即可使用。

使用方法

当MCP服务器在Claude Desktop中启用后,可以使用 check_gomamayo 工具检查文本中的「ゴママヨ」语法。

示例:「福山雅治」的判定

akakara

📄 许可证

本项目采用 MIT 许可证

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client