MCP Performance Analysis Server
About
A server for detecting critical performance issues in code, providing concise analysis and output.
Details
- Author
- dasheng1994
- Categories
- Developer Tools, Other
- Tags
- #performance
Jump to
Setup
Install MCP Performance Analysis Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/dasheng1994/mcp_analyze_quality
Follow the installation instructions in the repository README, then restart your MCP client.
A server for detecting critical performance issues in code, providing concise analysis and output.
git clone git@github.com:DaSheng1994/mcp_analyze_quality.git cd mcp_analyze_quality
# 创建虚拟环境 python3 -m venv .venv source .venv/bin/activate # Linux/macOS # 安装依赖 pip install -r requirements.txt
{ "mcpServers": { "performance-analyzer": { "command": "/path/to/your/project/.venv/bin/python", "args": ["/path/to/your/project/main.py"], "cwd": "/path/to/your/project" } } }
分析这个性能数据:http://localhost:8000/meminfo.csv
# 在服务器上部署 git clone git@github.com:DaSheng1994/mcp_analyze_quality.git cd mcp_analyze_quality python3 -m venv .venv source .venv/bin/activate pip install -r requirements.txt # 启动服务(后台运行) nohup python main.py > mcp.log 2>&1 & nohup python3 -m http.server 8000 > http.log 2>&1 &
{ "mcpServers": { "performance-analyzer": { "command": "ssh", "args": ["your-server", "cd /path/to/mcp_analyze_quality && .venv/bin/python main.py"], "env": {} } } }
分析这个性能数据:http://your-server-ip:8000/meminfo.csv
- 严重问题检测: 专注于识别需要立即处理的严重性能问题
- 简洁输出: 只返回严重警告信息,避免信息过载
- 智能分析: 基于预定义规则进行精准判断
- 易于集成: 轻量级MCP服务器,快速部署
- 物理内存警告: VmRSS超过1.3GB时触发
- Views数量警告: Views增长超过700个时触发
可以通过修改.cursor/rules/quality-rules.mdc文件来自定义分析规则。
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
A stateful LSP runtime for AI agents: warm language server sessions with 50+ tools for go-to-definition, find-references, diagnostics, rename, and more across 30+ languages.
AI-powered code quality analysis to detect best practice violations, security issues, and architectural problems in real-time.
An experimental MCP server that uses the ast-grep CLI for code structural search, linting, and rewriting.
Diagnoses token waste in Claude Code sessions with 6 anomaly types and severity scoring. Fully local.
MCP server that gives coding agents program-analysis primitives — data flow, call graphs, taint analysis — so they reason from ground truth instead of grep-and-guess. (same as the GitHub About — keeps your messaging consistent across the web).
An MCP service that equips your workspace with a complete set of AI-accessible development tools for reading, editing, executing, and managing code.
A development tool for real-time debugging, code quality monitoring, and AI insights for React/Next.js applications.
AI-powered live runtime debugging with Lightrun production context.
Visual Studio extension with 20 Roslyn-powered MCP tools for AI assistants. Semantic code navigation, symbol search, inheritance, call graphs, safe rename, build/test.
Analyze your MCP setup: measure token cost per tool, find bloated schemas, detect duplicates, and get optimization tips to reclaim your context window.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





