Skip to main content
Glama

Token Analyzer MCP

package.json1.35 kB
{ "name": "token-analyzer-mcp", "version": "1.0.0", "description": "Precise token counting and context efficiency analysis for MCP servers", "main": "src/index.js", "type": "module", "bin": { "token-analyzer-mcp": "src/index.js" }, "scripts": { "build": "tsc", "start": "node src/index.js", "start:mcp": "node dist/index.js", "analyze": "node src/index.js analyze", "config": "node src/index.js config", "quick": "node src/index.js quick", "doctor": "node src/index.js doctor", "test": "jest", "lint": "eslint src --ext .js" }, "keywords": [ "mcp", "model-context-protocol", "token-analysis", "context-optimization", "claude", "performance" ], "author": "Claude Code User", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.18.2", "chalk": "^5.0.0", "cli-table3": "^0.6.0", "commander": "^12.0.0" }, "devDependencies": { "@types/node": "^20.0.0", "eslint": "^8.0.0", "jest": "^29.0.0" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/cordlesssteve/token-analyzer-mcp.git" }, "bugs": { "url": "https://github.com/cordlesssteve/token-analyzer-mcp/issues" }, "homepage": "https://github.com/cordlesssteve/token-analyzer-mcp#readme" }

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/cordlesssteve/token-analyzer-mcp'

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