Skip to main content
Glama
dwellis

Cheesecube MCP Server

by dwellis

Cheesecube MCP Server (@dcubedllc/cheesecube-mcp)

MCP server that exposes the Cheesecube Agent API as tools. Use with Claude Desktop, Cursor, or any MCP client.

Quick start (Claude Desktop)

Add to your Claude Desktop MCP config (e.g. ~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "cheesecube": {
      "command": "npx",
      "args": ["-y", "@dcubedllc/cheesecube-mcp"],
      "env": {
        "CHEESECUBE_API_URL": "https://playform-api-507636286767.us-central1.run.app",
        "CHEESECUBE_AGENT_KEY": "your-agent-key"
      }
    }
  }
}

CHEESECUBE_API_URL defaults to the production API if unset. Write tools require CHEESECUBE_AGENT_KEY.

Until @dcubedllc/cheesecube-mcp is on npm, use @dcubedllc/cheesecube-mcp as above. After npm publish, switch args to ["-y", "@dcubedllc/cheesecube-mcp"].

Related MCP server: @willpowell8/cursor-cloud-agent-mcp

Environment

Variable

Required

Default

Description

CHEESECUBE_API_URL

No

Production Cloud Run API

Base URL of the Cheesecube API.

CHEESECUBE_AGENT_KEY

For write tools

Agent API key. Required for create/preview/publish cheese and template tools.

Tools

Tool

Auth

Description

list_engines

optional

List available engines.

list_templates

optional

List templates.

get_template

optional

Get full template by ID.

search_assets

optional

Search published assets.

create_cheese

key

Create draft cheese.

preview_cheese

key

Playable manifest + ingredientUrls.

publish_cheese

key

Publish a draft cheese.

create_template

key

Create draft template.

publish_template

key

Publish a draft template.

Local development

npm install
npm run build
CHEESECUBE_AGENT_KEY=yourkey node dist/index.js

License

MIT

A
license - permissive license
-
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.

  • Free public MCP for AI agents — 193 tools, 44 workflows. No API key.

  • MCP connector that lets ChatGPT list, search, and run your Apple Shortcuts via a local Mac agent

View all MCP Connectors

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/dwellis/cheesecube-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server