npm-dev-mcp
by masamunet
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HEALTH_HOST | No | Host for health check endpoint | 127.0.0.1 |
| HEALTH_PATH | No | Path for health check endpoint | /health |
| HEALTH_PORT | No | Port number for health check endpoint | 8080 |
| HEALTH_ENDPOINT | No | Enable health check endpoint (true/false) | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| scan_project_dirsB | プロジェクト内のpackage.jsonとdevスクリプトを検索 |
| start_dev_serverC | 指定ディレクトリでnpm run devをバックグラウンドで開始 |
| get_dev_statusC | npm run devプロセスの状態確認 |
| get_dev_logsC | npm run devのログ取得 |
| stop_dev_serverC | npm run devプロセス停止 |
| restart_dev_serverC | npm run devプロセス再起動 |
| get_health_statusC | MCPサーバーのヘルス状態を取得 |
| recover_from_stateC | 保存された状態から復旧を試行 |
| auto_recoverC | MCPサーバーの自動復旧を実行(ヘルスチェック→復旧→再検証) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/masamunet/npm-dev-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server