mcp oci for Cursor
io.github.dockndevai/mcp-oci
Oracle Cloud discovery + Terraform generation for AI agents — read-only, secret-safe.
client:Cursor
transport:stdio
runtime:npm
Install mcp oci in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-oci": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-oci"
],
"env": {
"OCI_PROFILE": "<OCI_PROFILE>",
"OCI_MODE": "<OCI_MODE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs