p
packagist
Search Composer/PHP packages on Packagist.
·No reviews yet
Share:
About
Auto-generated
packagist is a Model Context Protocol server in the Developer Tools category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about packagist.
- What is the Packagist MCP?
- The Packagist MCP allows users to search for Composer and PHP packages directly from within their MCP client. It provides a structured interface to discover open-source libraries and frameworks available on the Packagist registry.
- How do I install the Packagist MCP in an MCP client?
- Installation usually involves adding the Packagist MCP to your client's server directory. Refer to your MCP client's documentation for specific instructions on adding a new MCP via its 'stdio' transport mechanism. Configuration typically requires specifying the server's executable path.
- Does the Packagist MCP require an API key or other credentials?
- No, the Packagist MCP does not require an API key, OAuth, or any other authentication credentials. It connects to the public Packagist registry, which does not necessitate authentication for search operations.
- What capabilities does the Packagist MCP expose?
- The Packagist MCP primarily exposes capabilities for searching Composer and PHP packages. This typically includes searching by package name, keyword, and potentially filtering results, although specific tooling is not listed.
- Is there a cost associated with using the Packagist MCP?
- The Packagist MCP itself is open-source and free to use, as it's built by the community. The underlying Packagist service is also publicly accessible and does not incur direct costs for searching packages.
- What is a limitation of the Packagist MCP?
- A notable limitation is that this MCP currently only supports searching for packages. It does not provide functionality for installing packages, managing dependencies, or publishing new packages to Packagist.
Install packagist
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"packagist": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-packagist"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"packagist": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-packagist"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"packagist": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-packagist"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.