← Back to Plugins
MCP Server MCP

io.github.shivam-app-developers/ai-optimizer

github By github 👁 1 views ▲ 0 votes

MCP server that cuts AI coding agent token usage via framework-aware context optimization

Homepage Verified source GitHub

Install

npx -y @ai-optimizer/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@ai-optimizer/core",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Ed25519 JWT license key. Unlocks Pro/Team packs; free tier needs no key.",
          "format": "string",
          "isSecret": true,
          "name": "AI_OPTIMIZER_LICENSE"
        },
        {
          "description": "Set to 0 to disable the LSP bridge (optimized_diagnostics).",
          "format": "string",
          "name": "AI_OPTIMIZER_LSP"
        },
        {
          "description": "Set to 'on' to enable anonymous opt-in telemetry. Off by default.",
          "format": "string",
          "name": "AI_OPTIMIZER_TELEMETRY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...