VOOZH about

URL: https://glama.ai/mcp/servers/daedalus/mcp-rpcbind?locale=ja-JP

⇱ mcp-rpcbind by daedalus | Glama


mcp-rpcbind

rpcbind/RPCポートマッパー機能を公開するMCPサーバー。

👁 PyPI
👁 Python
👁 Ruff

インストール

pip install mcp-rpcbind

Related MCP server: mcp-osint-server

使用方法

mcp-rpcbind

これにより、stdioトランスポートを使用してMCPサーバーが起動します。

MCPサーバー

このパッケージは、登録されたRPCサービスをクエリするためのrpcbind機能を提供するMCPサーバーを提供します。

ツール

  • 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
B
maintenance

Maintenance

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

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