Copr MCP
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| copr_build_statusB | Get the status of a Copr build by its ID. |
| copr_list_buildsB | Get the status of all builds in a Copr project identified by its ownername/projectname. |
| copr_create_projectA | Create a Copr project with a given name for a specified owner.
When creating a new project, at least one chroot must be specified. For
example |
| copr_submit_buildC | Submit a new build into a Copr project defined by its ownername and projectname. Copr supports multiple source types, see the documentation https://docs.copr.fedorainfracloud.org/user_documentation.html#build-source-types |
| copr_enable_repositoryB | Provide instructions for enabling a Copr repository on the user system. This requires root privileges and must be run manually by the user. |
| copr_list_mock_chrootsA | Get a list of all mock chroots that you can create or use in copr. The response copr will give may vary over time, i.e. when a new Fedora or RHEL version is released. |
| copr_list_mock_chroots_for_projectA | Get a list of all mock chroots that are configured for a given copr project or nothing if the project could not be found. The response may vary over time, depending on if chroots where added or removed from the copr project. |
| copr_get_build_log_urlA | Returns all log URLs for a Copr build, covering the SRPM builds, the dist-git import, and each per-chroot build. |
| copr_get_build_logC | Fetch and return the text content of any Copr build log URL. |
| auth_checkC | Call an endpoint protected by login to check whether the user auth key is valid :return: Munch |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fedora-copr/copr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server