Server Watch
Description
# server-watch-mcp A straight-forward CLI wrapper that monitors and captures output from any running command and exposes it as an MCP server. Perfect for development workflows where you need to access server logs, build output, or any process output.  

Features
- HTTP-based MCP server - Run as a standalone service that clients can connect to
- Real-time log capture - Captures stdout and stderr from any command
- Circular buffer storage - Maintains last 5000 log entries in memory
- Two MCP tools:
- get_logs - Retrieve recent logs with optional filtering by stream type
- search_logs - Search through logs with case-insensitive substring matching
Installation
```bash
npm install -g server-watch-mcp
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



