loading…
Search for a command to run...
loading…
Zero-config MCP server that gives AI coding assistants a real-time diagnostic snapshot of your local dev environment. Detects framework, running services, recen
Zero-config MCP server that gives AI coding assistants a real-time diagnostic snapshot of your local dev environment. Detects framework, running services, recent errors, git state, and provides a health diagnosis in one call.
An MCP server that lets your AI coding assistant see what's actually happening in your dev environment.
When you're debugging with Claude Code or Cursor, the AI has no idea if your dev server is running, what errors just appeared in the logs, or what branch you're on. You end up copy-pasting the same context every session. devpulse fixes that with one tool call.
{
"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"
}
}
Instead of asking you what's wrong, the AI already knows.
Claude Code
claude mcp add devpulse -- npx -y devpulse-mcp
Cursor / Claude Desktop / Windsurf
{
"mcpServers": {
"devpulse": {
"command": "npx",
"args": ["-y", "devpulse-mcp"]
}
}
}
No API key. No account. No config file.
get_session_snapshot — full diagnostic snapshot, call this firstget_recent_errors — recent errors from your log files, secrets redactedget_running_services — what's on your dev ports and what's missingDetected automatically from your package.json — Next.js, Vite, Express, FastAPI. More coming.
Runs entirely on your machine. No data leaves your computer. API keys and secrets are automatically stripped from log output.
MIT
Выполни в терминале:
claude mcp add devpulse-mcp -- npx Да, Devpulse MCP бесплатный — установка в один клик через Unyly без оплаты.
Нет, Devpulse работает без API-ключей и переменных окружения.
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Открой Devpulse на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
CSA PROJECT - FZCO © 2026 IFZA Business Park, DDP, Premises Number 31174 - 001
Безопасность
Низкий рискАвтоматическая эвристика по публичным данным — не гарантия безопасности.