Skip to main content
Glama

Kubecost MCP Server

package.json967 B
{ "name": "kubecost-mcp", "version": "0.1.1", "description": "Model Context Protocol (MCP) server for Kubecost", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsup", "dev": "tsup --watch", "generate-types": "dtsgen --config dtsgen.json", "lint": "eslint src --ext .ts", "format": "prettier --write src" }, "keywords": [ "kubecost", "mcp", "model-context-protocol", "kubernetes", "cost-management", "budget-api" ], "author": "Cristian Cortez <cortez.cristian@gmail.com>", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.10.1", "axios": "^1.6.0", "zod": "^3.24.3" }, "devDependencies": { "@types/node": "^20.0.0", "eslint": "^8.0.0", "prettier": "^3.0.0", "tsup": "^8.0.0", "typescript": "^5.0.0", "dtsgen": "^0.0.5" }, "engines": { "node": ">=18.0.0" }, "bin": { "kubecost-mcp": "./dist/index.js" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cortezcristian/kubecost-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server