token-analyzer-mcp
Verified Safeby cordlesssteve
Overview
Independent verification and analysis of token consumption and context volume for Model Context Protocol (MCP) server configurations to optimize Claude Code setups.
Installation
npm install && npm run build && node dist/index.jsEnvironment Variables
- MCP_TIMEOUT
Security Notes
The `MCPSchemaExtractor` module utilizes `child_process.spawn` to execute commands and arguments defined in local MCP configuration files (e.g., `claude_desktop_config.json`). This is fundamental to the tool's functionality, as it needs to run configured MCP servers to extract their schemas. While the analyzer itself does not introduce arbitrary command injection, it acts as an executor for locally defined server configurations. Users should ensure that their MCP configuration files do not contain malicious or untrustworthy commands, as this tool will execute them with the user's privileges.
Similar Servers
ncp
NCP acts as a universal adapter and orchestrator for Model Context Protocol (MCP) servers and tools. It provides a unified interface for discovery, execution, and management of diverse tools (local CLI, HTTP APIs, internal plugins/Photons, AI skills) through natural language and structured code interaction, enabling AI agents to interact with the broader digital ecosystem.
ast-mcp-server
Provides an MCP (Model Context Protocol) server for code structure and semantic analysis using ASTs and ASGs, integrated with external AI clients like Claude Desktop.
claude-faf-mcp
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.
mcp-devtools-server
This MCP server standardizes development tool patterns and provides AI-powered integrations to enable Claude Code to generate code more efficiently, reduce errors, and improve autocorrection for various programming languages and workflows.