← Back to Plugins
MCP Server MCP

io.github.smigolsmigol/llmkit

github By github 👁 1 views ▲ 0 votes

AI cost tracking: 11 tools for spend, budgets, and Claude Code + Cursor + Cline costs

Homepage Verified source GitHub

Install

npx -y @f3d1/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@f3d1/llmkit-mcp-server",
      "version": "0.4.9",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "LLMKit API key. Optional: local tools work without it.",
          "format": "string",
          "isSecret": true,
          "name": "LLMKIT_API_KEY"
        },
        {
          "description": "LLMKit proxy URL (defaults to hosted service)",
          "format": "string",
          "name": "LLMKIT_PROXY_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...