mcp-xid-server

chosty/mcp-xid-server

3.1

If you are the rightful owner of mcp-xid-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 henry@mcphub.com.

MCP XID Generator is a server that generates globally unique identifiers (XID) using the MCP protocol.

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ライセンスの下で公開されています。詳細はファイルを参照してください。