mcp-xid-server

mcp-xid-server

0

The MCP XID Generator is designed to create globally unique identifiers using the Model Context Protocol (MCP). It is equipped to handle specific configurations and is licensed under the MIT License.

MCP XID Generator

MCPプロトコルを使用してXID(グローバルに一意な識別子)を生成するサーバーです。

ビルド

go build

設定例

  • cursor
{
    "mcpServers": {
        "generate_xid": {
            "command": "path_expamle/github.com/chosty/mcp-xid-server/mcp-xid-server",
            "args": [],
            "env": {},
            "disabled": false,
            "autoApprove": [
                {
                    "tool": "generate_xid",
                    "params": {
                        "count": "^[1-9]\\d*$"
                    }
                }
            ]
        }
    }
}

ライセンス

このプロジェクトはMITライセンスの下で公開されています。詳細はファイルを参照してください。