Stats
Actions
Tags
From acedergren-oci-agent-skills
Discovers and searches OCI resources across compartments and services. Requires OCI CLI configuration with appropriate credentials.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"oracle-oci-resource-search": {
"command": "uv",
"args": [
"run",
"oracle.oci-resource-search-mcp-server"
],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR",
"OCI_CONFIG_PROFILE": "DEFAULT"
}
}
}
}Server configuration and connection parameters
uvCommand-line arguments passed to the server process
Environment variables set when the server starts
FASTMCP_LOG_LEVEL=ERROROCI_CONFIG_PROFILE=DEFAULTDeclared capabilities of this MCP server
npx claudepluginhub acedergren/oci-agent-skills --plugin oci-agent-skills