Skip to main content
Glama

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-mcp

Usage

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 results

  • readProblemsWindow - Read linter errors and IDE problems

  • startTestWatcher - Start monitoring test files

  • checkTestStatus - Check current test status

  • notifyTestFailure - Send test failure notifications

Development

# Install dependencies
npm install

# Build
npm run build

# Run in development
npm run dev

License

MIT

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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