mcp-rpcbind
Servidor MCP que expone la funcionalidad de rpcbind/RPC portmapper.
Instalación
pip install mcp-rpcbindRelated MCP server: mcp-osint-server
Uso
mcp-rpcbindEsto iniciará el servidor MCP utilizando el transporte stdio.
Servidor MCP
Este paquete proporciona un servidor MCP que expone la funcionalidad de rpcbind para consultar servicios RPC registrados.
Herramientas
rpcbind_list_all: Lista todos los programas RPC registrados en un hostrpcbind_get_port: Obtiene el puerto para un programa/versión RPC específicorpcbind_get_program: Obtiene los programas registrados en un puerto específicorpcbind_ping: Comprueba si rpcbind se está ejecutando
Desarrollo
# 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/Lanzamiento
# Bump version
bumpversion patch # or minor/major
git tag v<version>
git push && git push --tagsRegistro del servidor MCP
mcp-name: io.github.daedalus/mcp-rpcbind
This server cannot be installed
Maintenance
Appeared in Searches
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
