ecos is an open FinOps data stack with a CLI and MCP server that turns raw cloud data into actionable insights.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ecos": {
"command": "go",
"args": [
"run",
"github.com/ecos-labs/ecos@latest"
]
}
}
}
Run in terminal:
claude mcp add ecos go run github.com/ecos-labs/ecos@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"ecos": {
"command": "go",
"args": [
"run",
"github.com/ecos-labs/ecos@latest"
]
}
}
}