Skip to main content
Glama

mcp-rpcbind

公开 rpcbind/RPC 端口映射器功能的 MCP 服务器。

PyPI Python Ruff

安装

pip install mcp-rpcbind

Related MCP server: tcpsh-mcp

使用

mcp-rpcbind

这将使用 stdio 传输启动 MCP 服务器。

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

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

Maintenance

Maintainers
Response time
Release cycle
1Releases (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.

Related MCP Servers

  • A
    license
    -
    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
    -
    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.
  • A
    license
    -
    quality
    B
    maintenance
    A read-only MCP server for Linux and macOS system administration, diagnostics, and troubleshooting, supporting remote SSH execution and multi-host management.
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • MCP server for network documentation, generated by doc2mcp.

  • MCP server for ScanMalware.com URL scanning, malware detection, and analysis.

  • A paid remote MCP for hosted MCP server, built to return verdicts, receipts, usage logs, and audit-r

View all MCP Connectors

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