Pacman MCP Server
@oborchers
Pacman MCP Server について
A Model Context Protocol server that provides package index querying capabilities.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"pacman": {
"command": "uvx",
"args": [
"mcp-server-pacman"
]
}
}
}ツール
5Search for packages in package indices
Get detailed information about a specific package
Search for Docker images in Docker Hub
Get detailed information about a specific Docker image
Get the latest version of a Terraform module
概要
What is Pacman MCP Server?
A Model Context Protocol server that provides package index querying capabilities. It enables LLMs to search and retrieve information from package repositories like PyPI, npm, crates.io, Docker Hub, and Terraform Registry.
How to use Pacman MCP Server?
Install via uvx, pip, or Docker. Configure the server in Claude.app or VS Code using the provided JSON snippets. Then invoke tools such as search_package and package_info with required parameters like index and query.
Key features of Pacman MCP Server
- Search packages across PyPI, npm, and crates.io.
- Get detailed package information and specific versions.
- Search and inspect Docker Hub images.
- Retrieve Terraform module details and latest versions.
- Customizable user-agent for HTTP requests.
- Caching and HTML parsing utilities included.
Use cases of Pacman MCP Server
- An LLM assistant helping a developer find the latest Python package version.
- Automating dependency lookup across multiple registries in a CI pipeline.
- Enabling conversational queries to discover Docker images and their tags.
- Providing Terraform module metadata for infrastructure-as-code code generation.
- Searching npm packages and retrieving version details during a code review.
FAQ from Pacman MCP Server
Which package registries does the server support?
It supports PyPI, npm, crates.io, Docker Hub, and the Terraform Registry.
How can I install Pacman MCP Server?
You can install it using uvx (no install needed), via pip install mcp-server-pacman, or by pulling the Docker image oborchers/mcp-server-pacman:latest.
Can I customize the user-agent?
Yes, add the argument --user-agent=YourUserAgent to the args list in your configuration.
Does the server require any API keys?
No. The README does not mention any required API keys or authentication.
How do I run the server with Docker?
Run docker run -i --rm oborchers/mcp-server-pacman:latest and configure the MCP client to use the docker command.
「その他」の他のコンテンツ
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
コメント