devpulse-mcp
devpulse
一个 MCP 服务器,让你的 AI 编程助手能够实时查看你的开发环境状态。
当你使用 Claude Code 或 Cursor 进行调试时,AI 无法得知你的开发服务器是否正在运行、日志中出现了什么错误,或者你当前处于哪个分支。你最终不得不在每次会话中重复复制粘贴相同的上下文。devpulse 通过一次工具调用解决了这个问题。
AI 能看到什么
{
"diagnosis": {
"health": "broken",
"primary_issue": "Port conflict — dev server cannot start",
"suggested_action": "Kill the process using that port or change your dev server port",
"confidence": "high"
},
"session": {
"project": "my-app",
"framework": "nextjs",
"branch": "feat/auth",
"uncommitted_files": 3
},
"services": {
"running": [],
"expected_but_missing": [3000]
},
"recent_errors": [
{ "time": "2m ago", "level": "ERROR", "message": "EADDRINUSE :::3000" }
],
"env": {
"node": "20.11.0",
"package_manager": "pnpm"
}
}AI 无需询问你哪里出了问题,它已经了然于胸。
Related MCP server: mcp-devenv
设置
Claude Code
claude mcp add devpulse -- npx -y devpulse-mcpCursor / Claude Desktop / Windsurf
{
"mcpServers": {
"devpulse": {
"command": "npx",
"args": ["-y", "devpulse-mcp"]
}
}
}无需 API 密钥。无需账户。无需配置文件。
工具
get_session_snapshot— 获取完整的诊断快照,请优先调用此工具get_recent_errors— 获取日志文件中的近期错误,已屏蔽敏感信息get_running_services— 查看开发端口上的运行情况及缺失的服务
支持的框架
从你的 package.json 自动检测 — Next.js、Vite、Express、FastAPI 等。更多框架支持即将推出。
隐私
完全在你的机器上运行。没有任何数据离开你的电脑。API 密钥和敏感信息会自动从日志输出中剔除。
许可证
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityBmaintenanceLocal MCP server providing project cognition capabilities for AI coding agents, including context packs, impact analysis, and git diff review through stdio communication.103MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server that gives your AI assistant full awareness of your local dev environment — running processes, Docker containers, git state, open ports, log files, and more.1371MIT
- AlicenseNot gradedqualityAmaintenanceLocal-first MCP server that provides project context, verification gates, and structured tools for coding agents to discover knowledge, run diagnostics, and execute allowlisted commands within a repository.43MIT

Vibgrate AI Contextofficial
AlicenseNot gradedqualityAmaintenanceLocal-first MCP server that gives AI assistants codebase intelligence—code graph, drift analysis, vulnerability attribution, and version-correct library docs—all from the user's machine.2,1583Apache 2.0
Related MCP Connectors
An MCP server that gives your AI access to the source code and docs of all public github repos
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/tao-izm/devpulse-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server