oborchers/mcp-server-pacman
If you are the rightful owner of mcp-server-pacman and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Pacman MCP Server is a Model Context Protocol server that provides package index querying capabilities for various package repositories.
Tools
Functions exposed to the LLM to take actions
search_package
Search for packages in package indices (PyPI, npm, crates.io, Terraform Registry)
package_info
Get detailed information about a specific package
search_docker_image
Search for Docker images in Docker Hub
docker_image_info
Get detailed information about a specific Docker image
terraform_module_latest_version
Get the latest version of a Terraform module
Prompts
Interactive templates invoked by user choice
search_pypi
Search for Python packages on PyPI
pypi_info
Get information about a specific Python package
search_npm
Search for JavaScript packages on npm
npm_info
Get information about a specific JavaScript package
search_crates
Search for Rust packages on crates.io
crates_info
Get information about a specific Rust package
search_docker
Search for Docker images on Docker Hub
docker_info
Get information about a specific Docker image
search_terraform
Search for Terraform modules in the Terraform Registry
terraform_info
Get information about a specific Terraform module
terraform_latest_version
Get the latest version of a specific Terraform module
Resources
Contextual data attached and managed by the client