Skip to main content

A Model Context Protocol server providing tools to query package indices like PyPI, npm, and crates.io

Project description

Pacman MCP Server

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, and crates.io.

Available Tools

  • search_package - Search for packages in package indices

    • index (string, required): Package index to search ("pypi", "npm", "crates")
    • query (string, required): Package name or search query
    • limit (integer, optional): Maximum number of results to return (default: 5, max: 50)
  • package_info - Get detailed information about a specific package

    • index (string, required): Package index to query ("pypi", "npm", "crates")
    • name (string, required): Package name
    • version (string, optional): Specific version to get info for (default: latest)

Prompts

  • search_pypi

    • Search for Python packages on PyPI
    • Arguments:
      • query (string, required): Package name or search query
  • pypi_info

    • Get information about a specific Python package
    • Arguments:
      • name (string, required): Package name
      • version (string, optional): Specific version
  • search_npm

    • Search for JavaScript packages on npm
    • Arguments:
      • query (string, required): Package name or search query
  • npm_info

    • Get information about a specific JavaScript package
    • Arguments:
      • name (string, required): Package name
      • version (string, optional): Specific version
  • search_crates

    • Search for Rust packages on crates.io
    • Arguments:
      • query (string, required): Package name or search query
  • crates_info

    • Get information about a specific Rust package
    • Arguments:
      • name (string, required): Package name
      • version (string, optional): Specific version

Installation

Using uv (recommended)

When using uv no specific installation is needed. We will use uvx to directly run mcp-server-pacman.

Using PIP

Alternatively you can install mcp-server-pacman via pip:

pip install mcp-server-pacman

After installation, you can run it as a script using:

python -m mcp_server_pacman

Configuration

Configure for Claude.app

Add to your Claude settings:

Using uvx
"mcpServers": {
  "pacman": {
    "command": "uvx",
    "args": ["mcp-server-pacman"]
  }
}
Using docker
"mcpServers": {
  "pacman": {
    "command": "docker",
    "args": ["run", "-i", "--rm", "mcp/pacman"]
  }
}
Using pip installation
"mcpServers": {
  "pacman": {
    "command": "python",
    "args": ["-m", "mcp-server-pacman"]
  }
}

Configure for VS Code

For manual installation, add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressing Ctrl + Shift + P and typing Preferences: Open User Settings (JSON).

Optionally, you can add it to a file called .vscode/mcp.json in your workspace. This will allow you to share the configuration with others.

Note that the mcp key is needed when using the mcp.json file.

Using uvx
{
  "mcp": {
    "servers": {
      "pacman": {
        "command": "uvx",
        "args": ["mcp-server-pacman"]
      }
    }
  }
}
Using Docker
{
  "mcp": {
    "servers": {
      "pacman": {
        "command": "docker",
        "args": ["run", "-i", "--rm", "mcp/pacman"]
      }
    }
  }
}

Customization - User-agent

By default, the server will use the user-agent:

ModelContextProtocol/1.0 Pacman (+https://github.com/modelcontextprotocol/servers)

This can be customized by adding the argument --user-agent=YourUserAgent to the args list in the configuration.

Debugging

You can use the MCP inspector to debug the server. For uvx installations:

npx @modelcontextprotocol/inspector uvx mcp-server-pacman

Or if you've installed the package in a specific directory or are developing on it:

cd path/to/pacman
npx @modelcontextprotocol/inspector uv run mcp-server-pacman

Contributing

We encourage contributions to help expand and improve mcp-server-pacman. Whether you want to add new package indices, enhance existing functionality, or improve documentation, your input is valuable.

For examples of other MCP servers and implementation patterns, see: https://github.com/modelcontextprotocol/servers

Pull requests are welcome! Feel free to contribute new ideas, bug fixes, or enhancements to make mcp-server-pacman even more powerful and useful.

License

mcp-server-pacman is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_server_pacman-0.1.0.tar.gz (56.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_server_pacman-0.1.0-py3-none-any.whl (10.8 kB view details)

Uploaded Python 3

File details

Details for the file mcp_server_pacman-0.1.0.tar.gz.

File metadata

  • Download URL: mcp_server_pacman-0.1.0.tar.gz
  • Upload date:
  • Size: 56.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mcp_server_pacman-0.1.0.tar.gz
Algorithm Hash digest
SHA256 fdfda7630bebd51badb4c78de087a2409a6f083e69ebf031feaeea88cf748cc4
MD5 2756254ba0fb0c44bbbc6e78b9f74e73
BLAKE2b-256 ed1bd93ebddc295983245bfc6cb584e18daa3d90c1860031d614d396584d7e22

See more details on using hashes here.

File details

Details for the file mcp_server_pacman-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_server_pacman-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ad35c2514d7a9a7504b6b5b190f3d1876d7c35dca4771be1e8b069665472dcee
MD5 5b79556b3881d8e8992f7b5e6c93c898
BLAKE2b-256 cf501e4241248fe1c7fc457fa8b29e084b4d3278a469148c685a6ddee50e5cfe

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page