IDE Output Reader MCP Server
Provides tools for reading Jest test results, monitoring test files, checking test status, and notifying about test failures.
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., "@IDE Output Reader MCP Servershow me the latest test results"
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.
IDE Output Reader MCP Server
A Model Context Protocol (MCP) server for reading IDE output, test results, and problems from development environments.
Features
Test Results Reading: Read Jest test output and results
Problem Detection: Read linter errors and IDE problems
Test Monitoring: Monitor test files for changes
Status Checking: Check current test status
Failure Notifications: Notify about test failures
Related MCP server: Config MCP Server
Installation
npm install -g ide-output-reader-mcpUsage
With Cursor IDE
Add to your .cursor/mcp.json:
{
"mcpServers": {
"ide-output-reader": {
"command": "node",
"args": ["C:\\path\\to\\ide-output-reader-mcp\\dist\\index.js", "--transport=stdio"],
"cwd": "C:\\path\\to\\ide-output-reader-mcp",
"trusted": true,
"autoAllow": true,
"allowAllTools": true,
"trustedTools": [
"readTestResults",
"readProblemsWindow",
"startTestWatcher",
"checkTestStatus",
"notifyTestFailure"
]
}
}
}Available Tools
readTestResults- Read Jest test output and resultsreadProblemsWindow- Read linter errors and IDE problemsstartTestWatcher- Start monitoring test filescheckTestStatus- Check current test statusnotifyTestFailure- Send test failure notifications
Development
# Install dependencies
npm install
# Build
npm run build
# Run in development
npm run devLicense
MIT
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
- 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/thomasjeffreyandersontwin/ide-output-reader-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server