Hudu for Cursor
io.github.wyre-ai/hudu-mcp
MCP server for Hudu IT documentation — companies, assets, articles, passwords, and procedures.
client:Cursor
transport:stdio
runtime:oci
Install Hudu in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hudu-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/hudu-mcp:v1.4.1"
],
"env": {
"HUDU_API_KEY": "<HUDU_API_KEY>",
"HUDU_BASE_URL": "<HUDU_BASE_URL>",
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"AUTH_MODE": "<AUTH_MODE>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs