A Model Context Protocol server that provides package index querying capabilities.
Most cloud and infrastructure work still happens through a UI a human drives. Pacman MCP server moves it into the conversation instead. A Model Context Protocol server that provides package index querying capabilities.
A Model Context Protocol server that provides package index querying capabilities. This server enables LLMs to search and retrieve information from package repositories like PyPI, npm, crates.io, Docker Hub, and Terraform Registry.
@modelcontextprotocol/inspector on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
The server publishes 7 tools. What each one is for:
search_package — Search for packages in package indicespackage_info — Get detailed information about a specific packagesearch_docker_image — Search for Docker images in Docker Hubdocker_image_info — Get detailed information about a specific Docker imageterraform_module_latest_version — Get the latest version of a Terraform modulePrompts — The Prompts tool exposed by this serverDebugging — You can use the MCP inspector to debug the server. For uvx installations:Plenty of cloud and infrastructure servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Pacman's toolset — search_package, package_info, search_docker_image and 4 more — is a fair guide to whether it matches your workflow. It is maintained by oborchers; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| search_package | Search for packages in package indices |
| 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 | The Prompts tool exposed by this server. |
| Debugging | You can use the MCP inspector to debug the server. For uvx installations: |
{
"mcpServers": {
"server-pacman": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/inspector"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.