Skip to main content
Glama

mcp-rpcbind

MCP-сервер, предоставляющий функциональность rpcbind/RPC portmapper.

PyPI Python Ruff

Установка

pip install mcp-rpcbind

Related MCP server: tcpsh-mcp

Использование

mcp-rpcbind

Это запустит MCP-сервер с использованием транспорта stdio.

MCP-сервер

Этот пакет предоставляет MCP-сервер, который открывает функциональность rpcbind для запроса зарегистрированных RPC-служб.

Инструменты

  • rpcbind_list_all: Перечислить все зарегистрированные RPC-программы на хосте

  • rpcbind_get_port: Получить порт для конкретной RPC-программы/версии

  • rpcbind_get_program: Получить программы, зарегистрированные на определенном порту

  • rpcbind_ping: Проверить, запущен ли rpcbind

Разработка

# Install with dev dependencies
pip install -e ".[test,mcp]"

# Run tests
pytest

# Lint
ruff check src/ tests/
ruff format src/ tests/

# Type check
mypy src/

Релиз

# Bump version
bumpversion patch  # or minor/major
git tag v<version>
git push && git push --tags

Регистрация MCP-сервера

mcp-name: io.github.daedalus/mcp-rpcbind

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    MCP server providing filesystem operations, shell execution, and web search capabilities.
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server for interactive TCP connection management, enabling opening listeners, managing sessions, port forwarding, proxy with logging, and local command execution from any MCP host.
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    A Model Context Protocol (MCP) server for managing port registrations on your computer. Keep track of which applications are using which ports, find free ports, and maintain a central registry of port allocations.
    5
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    An MCP server for Windows process memory inspection/editing and crash dump analysis, enabling live memory scanning, patching, pointer resolution, disassembly, and offline dump examination via structured tool calls.
    MIT

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/daedalus/mcp-rpcbind'

If you have feedback or need assistance with the MCP directory API, please join our Discord server