MCP Server
Active
Cloud FinOps Skill & MCP MCP Server
io.github.OptimNow/cloud-finops
What is the Cloud FinOps Skill & MCP MCP server?
Queryable Cloud FinOps knowledge for AI agents: AWS/Azure/GCP cost optimisation, waste playbooks.
How to install Cloud FinOps Skill & MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"cloud-finops": {
"command": "uvx",
"args": [
"cloud-finops-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"cloud-finops": {
"command": "uvx",
"args": [
"cloud-finops-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"cloud-finops": {
"command": "uvx",
"args": [
"cloud-finops-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"cloud-finops": {
"type": "stdio",
"command": "uvx",
"args": [
"cloud-finops-mcp"
]
}
}
}Claude Code
claude mcp add cloud-finops -- uvx cloud-finops-mcpRelated MCP servers
OptimToken
Active
Compare LLM API pricing, estimate workload costs, and benchmark cloud compute. By OptimNow.
0
View repository →TypeScript
MIT