IDE Output Reader Server
БесплатноНе проверенEnables reading IDE output, test results, and problems from development environments.
Описание
Enables reading IDE output, test results, and problems from development environments.
README
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
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 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 dev
License
MIT
from github.com/thomasjeffreyandersontwin/ide-output-reader-mcp
Установка IDE Output Reader Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/thomasjeffreyandersontwin/ide-output-reader-mcpFAQ
IDE Output Reader Server MCP бесплатный?
Да, IDE Output Reader Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для IDE Output Reader Server?
Нет, IDE Output Reader Server работает без API-ключей и переменных окружения.
IDE Output Reader Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить IDE Output Reader Server в Claude Desktop, Claude Code или Cursor?
Открой IDE Output Reader Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare IDE Output Reader Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
