logpiper-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@logpiper-mcpmonitor my npm test command logs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
logpiper
Logpiper is an MCP server and client for streaming terminal command logs with proactive error notifications
Features
π Multi-Session Support: Run multiple logpiper instances simultaneously across different terminals
π Real-time Streaming: Only delivers new, unfetched logs via cursor-based streaming
π’ Proactive Notifications: Automatic alerts to Claude Code
Related MCP server: log-mcp
Installation
Install npm package logpiper-mcp to access both components:
npm install -g logpiper-mcpThis provides:
CLI tool:
logpipercommand for log collectionMCP server:
logpiper-mcpfor IDE integrationClaude Code agent: Install the monitoring agent with
logpiper --install-agent
Agent Installation
To install the Claude Code monitoring agent:
logpiper --install-agentThis will interactively guide you through installing the logpiper-monitor agent to your Claude Code agents directory.
MCP Server Configuration
Add logpiper to your IDE configuration, e.g. ~/.claude/settings.json:
{
"mcpServers": {
"logpiper": {
"command": "logpiper-mcp"
}
}
}Usage
1. Start monitoring any command by prefixing it with logpiper:
Testing and CI/CD
# Monitor test suites
logpiper npm test
logpiper npm run test:watch
logpiper npm run test:e2e
# Monitor build processes
logpiper npm run build
logpiper npm run build:prodDocker and Container Monitoring
# Monitor Docker Compose services
logpiper docker-compose up
logpiper docker-compose logs -f backend
# Monitor individual containers
logpiper docker logs -f container_nameDatabase and Backend Services
# Monitor Python applications
logpiper python app.py
logpiper uvicorn main:app --reload
# Monitor Node.js servers
logpiper node server.js
logpiper nodemon app.js3. MCP Tools Available
Tool | Description | Usage |
| Get new logs since cursor position (streaming) | Real-time log monitoring |
| List all logging sessions with metadata | Session management |
| Search through logs with query string | Error investigation |
| Get logs with cursor-based pagination and automatic chunking | Large log file navigation |
| Cleanup sessions: smart cleanup based on criteria or complete reset | Session management (mode: "smart" or "all") |
Additional Features
π Token Limiting: MCP responses automatically limited to 25,000 tokens to prevent overwhelming Claude Code
Contributing
Fork the repository
Create a feature branch
Add your improvements
Test with multiple command types
Submit a pull request
License
MIT License - feel free to use and modify for your needs!
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/ivan23kor/logpiper-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server