Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Port Sentry

БесплатноНе проверен

An MCP server that gives AI coding agents structured port intelligence — finding free ports, identifying port hogs, and killing zombie processes without leaving

GitHubEmbed

Описание

An MCP server that gives AI coding agents structured port intelligence — finding free ports, identifying port hogs, and killing zombie processes without leaving the chat.

README

port-sentry

An MCP server that gives AI coding agents superpowers over network ports — find free ports, identify port hogs, and kill zombie processes without ever leaving the chat.

License Language Status PyPI Python License MCP Tests

Demo

🎯 Why?

AI coding agents constantly try to start dev servers on ports that are already in use, leading to cascading failures and wasted tokens. While tools like lsof and netstat exist for humans, there is no MCP server that gives agents structured, actionable port intelligence — forcing them to parse raw shell output or guess random port numbers.

Target audience: Developers using AI coding agents (Claude Code, Cursor, Codex, Copilot) who frequently run dev servers, databases, and microservices locally and are tired of 'port already in use' errors derailing their agent workflows.

✨ Features

  • List all ports currently in use with owning process name, PID, and command line
  • Find the next N available ports within a specified range
  • Check if a specific port is available or occupied
  • Kill the process occupying a specific port (with safety confirmations)
  • Wait/poll for a port to become free with configurable timeout

🚀 Quick Start

# Install
pip install port-sentry

# Run
port-sentry --help

📦 Installation

From Source

git clone https://github.com/YOUR_USERNAME/port-sentry.git
cd port-sentry
# Create virtual environment
python -m venv .venv
source .venv/bin/activate  # Windows: .venv\Scripts\activate

# Install in development mode
pip install -e ".[dev]"

# Run tests
pytest -v

🎬 Demo

The GIF above was recorded using Charm VHS:

vhs < demo.tape

📖 Usage

# Show help
port-sentry --help

# Common usage examples
port-sentry --example

🏗️ Architecture

graph LR
    A[Input] --> B[Core Engine]
    B --> C[Output]
    B --> D[Plugins]
    D --> E[Extensions]

🤝 Contributing

Contributions are welcome! Please:

  1. Fork the repo
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

📄 License

MIT © 2026 — See LICENSE for details.


If this project helped you, please ⭐ star it!

Made with ❤️ and AI

from github.com/yulinlina/port-sentry

Установить Port Sentry в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install port-sentry

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add port-sentry -- uvx --from git+https://github.com/yulinlina/port-sentry port-sentry

Пошаговые гайды: как установить Port Sentry

FAQ

Port Sentry MCP бесплатный?

Да, Port Sentry MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Port Sentry?

Нет, Port Sentry работает без API-ключей и переменных окружения.

Port Sentry — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Port Sentry в Claude Desktop, Claude Code или Cursor?

Открой Port Sentry на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Port Sentry with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории communication