{"id":46549567,"url":"https://github.com/rolandmarg/bazzite-mcp","last_synced_at":"2026-03-07T03:05:36.078Z","repository":{"id":341930271,"uuid":"1172047730","full_name":"rolandmarg/bazzite-mcp","owner":"rolandmarg","description":"MCP server providing AI-native awareness and control of Bazzite OS","archived":false,"fork":false,"pushed_at":"2026-03-04T02:27:54.000Z","size":350,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-04T03:42:30.388Z","etag":null,"topics":["ai-agent","bazzite","mcp","mcp-server"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rolandmarg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-03T22:22:53.000Z","updated_at":"2026-03-04T02:27:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rolandmarg/bazzite-mcp","commit_stats":null,"previous_names":["rolandmarg/bazzite-mcp"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/rolandmarg/bazzite-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolandmarg%2Fbazzite-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolandmarg%2Fbazzite-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolandmarg%2Fbazzite-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolandmarg%2Fbazzite-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rolandmarg","download_url":"https://codeload.github.com/rolandmarg/bazzite-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolandmarg%2Fbazzite-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30206350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"online","status_checked_at":"2026-03-07T02:00:06.765Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agent","bazzite","mcp","mcp-server"],"created_at":"2026-03-07T03:05:35.457Z","updated_at":"2026-03-07T03:05:36.071Z","avatar_url":"https://github.com/rolandmarg.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bazzite-mcp\n\nMCP server plus local skill content for agents operating a Bazzite host.\n\nUse it when the agent needs:\n\n- Bazzite-native knowledge and install choices\n- Live host state and guarded mutations\n- Desktop awareness: screenshots, windows, input, accessibility\n- Built-in Bazzite knowledge resources and official doc pointers\n\n`src/bazzite_mcp/` is the capability layer.\n`skills/bazzite-operator/` is the workflow/policy layer.\n\n## Install\n\nRequires Python 3.11+ and `uv`.\n\n```bash\nuv tool install bazzite-mcp\nbazzite-mcp --version\n```\n\nFrom source:\n\n```bash\ngit clone https://github.com/rolandmarg/bazzite-mcp.git\ncd bazzite-mcp\nuv sync\n```\n\n## MCP Setup\n\nClaude Code:\n\n```json\n{\n  \"mcpServers\": {\n    \"bazzite\": {\n      \"command\": \"bazzite-mcp\"\n    }\n  }\n}\n```\n\nAny stdio-capable MCP client can use the same command.\n\nFrom a source checkout:\n\n```bash\nuv run --directory /path/to/bazzite-mcp python -m bazzite_mcp\n```\n\n## Core MCP\n\nThe server exposes host capabilities for:\n\n- packages, `ujust`, updates, audit, rollback\n- system info, storage checks, snapshots, health checks\n- settings: theme, audio, power, display, gsettings\n- services, firewall, networking\n- containers and VMs\n- desktop control: screenshots, windows, AT-SPI actions, keyboard, mouse\n- gaming: Steam library, reports, MangoHud settings\n- lightweight docs/knowledge lookup and official source pointers\n\nResources:\n\n- `bazzite://system/overview`\n- `bazzite://knowledge/index`\n- `bazzite://knowledge/install-policy`\n- `bazzite://knowledge/troubleshooting`\n- `bazzite://server/info`\n\n## Skills\n\nThe repo includes `skills/bazzite-operator/`.\n\nUse the skill for:\n\n- choosing the right Bazzite install path: `ujust`, Flatpak, Homebrew, Distrobox, VM, rpm-ostree\n- troubleshooting Bazzite-specific desktop, service, and update issues\n- turning raw MCP output into Bazzite-aware recommendations\n\nUse MCP tools for live state and host changes. Use the skill for policy and workflow.\n\n## Utilities\n\nClean local data:\n\n```bash\nbazzite-mcp-cleanup\n```\n\nRemove config too:\n\n```bash\nbazzite-mcp-cleanup --include-config\n```\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frolandmarg%2Fbazzite-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frolandmarg%2Fbazzite-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frolandmarg%2Fbazzite-mcp/lists"}