Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
USER_AGENT | No | Custom user-agent for API requests. Default is 'ModelContextProtocol/1.0 Pacman (+https://github.com/modelcontextprotocol/servers)' |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
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
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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 |