uuid ai mcp for Cursor
io.github.csoai-org/uuid-ai-mcp
AI-powered uuid ai MCP server for agents. Supports generate uuid, parse uuid, generate ulid. By
client:Cursor
transport:stdio
runtime:pypi
Install uuid ai mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"uuid-ai-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"uuid-ai-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs