mcp plesk dev docs for Cursor
io.github.barateza/mcp-plesk-dev-docs
An MCP server that indexes and retrieves Plesk documentation.
client:Cursor
transport:stdio
runtime:pypi
Install mcp plesk dev docs in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-plesk-dev-docs": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-plesk-dev-docs"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs