MCP Server
MCP
io.github.shivam-app-developers/ai-optimizer
MCP server that cuts AI coding agent token usage via framework-aware context optimization
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
By
Comments
Sign in to leave a comment