Stats
Actions
Tags
From acedergren-oci-agent-skills
Provides cost and usage analytics from Oracle Cloud Infrastructure (OCI) for FinOps automation. Requires OCI authentication via config profile.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"oracle-oci-usage": {
"command": "uv",
"args": [
"run",
"oracle.oci-usage-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