Skip to main content
Glama

Token Saver MCP

by jerry426
build.js306 B
const esbuild = require('esbuild') esbuild.build({ entryPoints: ['src/extension.ts'], bundle: true, outfile: 'dist/extension.js', external: ['vscode'], format: 'cjs', platform: 'node', target: 'node16', sourcemap: true, minify: false, logLevel: 'info', }).catch(() => process.exit(1))

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/jerry426/token-saver-mcp'

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