MCP.so
登录

MCP XID Generator

@chosty

关于 MCP XID Generator

暂无概览

基本信息

分类

开发工具

许可证

MIT

运行时

go

传输方式

stdio

发布者

chosty

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP XID Generator?

MCP XID Generator is an MCP server that generates XIDs (globally unique identifiers). It is built in Go and is intended for use with MCP-compatible applications.

How to use MCP XID Generator?

Build the server with go build, then configure it in an MCP host (e.g., Cursor) by specifying the binary path and enabling the generate_xid tool. The tool accepts a count parameter that must match the regex ^[1-9]\d*$.

Key features of MCP XID Generator

  • Generates globally unique XID identifiers.
  • Integrates with the Model Context Protocol (MCP).
  • Configurable count parameter with regex validation.
  • Written in Go for cross-platform compilation.
  • Licensed under MIT.

Use cases of MCP XID Generator

FAQ from MCP XID Generator

What does MCP XID Generator do?

It is an MCP server that generates globally unique XID identifiers on request.

How do I build MCP XID Generator?

Run go build in the project directory.

How do I configure MCP XID Generator for Cursor?

Use the provided JSON example in your MCP settings, specifying the path to the compiled binary and enabling the generate_xid tool.

What parameters does the generate_xid tool accept?

It accepts a count parameter that must match the regex ^[1-9]\d*$ (a positive integer).

What license is MCP XID Generator under?

It is released under the MIT License.

评论

开发工具 分类下的更多 MCP 服务器