Skip to content

Add Cellar — hybrid computer-use MCP server#5188

Merged
punkpeye merged 2 commits into
punkpeye:mainfrom
dimpagk92:add-cellar
May 2, 2026
Merged

Add Cellar — hybrid computer-use MCP server#5188
punkpeye merged 2 commits into
punkpeye:mainfrom
dimpagk92:add-cellar

Conversation

@dimpagk92
Copy link
Copy Markdown
Contributor

Adds Cellar to the OS Automation section.

What it is

Cellar is an open-source computer-use runtime that ships as an MCP server. It reads the screen through accessibility trees, Chrome DevTools Protocol, and native APIs — not just screenshots — and falls back to vision only when structure fails. Four MCP tools: cel_see, cel_act, cel_think, cel_perceive.

Why it fits this list

  • First-class MCP server — designed from day one to be used via MCP, not bolted on
  • Hybrid runtime — works across browsers AND native macOS apps in one toolset (the existing OS Automation entry is GNOME/Linux-only)
  • Structure-first perception — fuses a11y + CDP + vision with per-element confidence scores, ~200x cheaper per action than vision-only
  • Continuous awareness (Cortex) — tracks what changed, not just what's there; catches stale state and side effects
  • Model-agnostic — works with OpenAI, Anthropic, Gemini, or fully offline via Ollama + Gemma 4
  • Apache 2.0 — no CLA, no patent traps

Added alphabetically after gnome-desktop-mcp (d-iff ordering → cellar comes before the existing entry, but positioning below preserves the general "GNOME first since it was first" convention in the section — happy to swap if you prefer strict alphabetical).

Thanks for maintaining this list!

@github-actions
Copy link
Copy Markdown

Hey,

To ensure that only working servers are listed, we're updating our listing requirements.

Please complete the following steps:

  1. Ensure your server is listed on Glama. If it isn't already, submit it at https://glama.ai/mcp/servers and verify that it passes all checks (note: you must add Dockerfile directly to Glama. For checks to pass, we only need the server to start and respond to introspection requests).

  2. Update your PR by adding a Glama score badge after the server description, using this format:

[![OWNER/REPO MCP server](https://glama.ai/mcp/servers/OWNER/REPO/badges/score.svg)](https://glama.ai/mcp/servers/OWNER/REPO)

Replace OWNER/REPO with your server's Glama path.

If you need any assistance, feel free to ask questions here or on Discord.

P.S. If your server already has a hosted endpoint, you can also list it under https://glama.ai/mcp/connectors.

@punkpeye
Copy link
Copy Markdown
Owner

Hey, a few things to address before this can be merged:

  • Glama badge: Add a score badge after your server link using this format:
    [![dimpagk92/cellar MCP server](https://glama.ai/mcp/servers/dimpagk92/cellar/badges/score.svg)](https://glama.ai/mcp/servers/dimpagk92/cellar)
    Submit your server at https://glama.ai/mcp/servers if it isn't listed yet.

If you need help, feel free to ask here or on Discord.

@github-actions
Copy link
Copy Markdown

Thank you for adding the Glama badge!

Please make sure the server's badge shows an A A A score:

dimpagk92/cellar MCP server

If you need any assistance, feel free to ask questions here or on Discord.

@punkpeye
Copy link
Copy Markdown
Owner

Hey, a few things to address before this can be merged:

  • Claim your server: Your server needs to be claimed on Glama. Visit your server's page and click "Claim".

  • Glama scores: Your server needs to be evaluated by Glama (quality and security scores must be set). Check your current scores at https://glama.ai/mcp/servers/dimpagk92/cellar/score

If you need help, feel free to ask here or on Discord.

@dimpagk92
Copy link
Copy Markdown
Contributor Author

@punkpeye ready for re-check — Cellar is now claimed on Glama, has a published release (v0.1.0), and scores have populated:

  • ✅ License: A (Apache-2.0)
  • ✅ Server Coherence: A
  • 🅱️ Tool Definition Quality: B (PR dimpagk92/cellar#31 just merged tightening cel_perceive's description; v0.1.1 release going up shortly should lift this to A)
  • ⚠️ Maintenance: C (early-stage repo — recent release April 21, no prior issue traffic to respond to)

Scoring page: https://glama.ai/mcp/servers/dimpagk92/cellar/score

Note that Cellar is a macOS-native runtime — the MCP server image deployed to Glama is in schema-only mode (boots the server, exposes tools/list and full descriptions, returns structured errors on real tool calls). Real functionality requires installing on a macOS host. Happy to clarify anything.

@punkpeye punkpeye merged commit 5f924ce into punkpeye:main May 2, 2026
2 checks passed
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 2, 2026

Thank you for your contribution! Your server has been merged.

Are you in the MCP Discord? Let me know your Discord username and I will give you a server-author flair.

If you also have a remote server, you can list it under https://glama.ai/mcp/connectors

kevinastuhuaman pushed a commit to kevinastuhuaman/awesome-mcp-servers that referenced this pull request May 7, 2026
Add Cellar — hybrid computer-use MCP server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants