Cheesecube MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Cheesecube MCP ServerList available cheese templates"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-mcpis on npm, use@dcubedllc/cheesecube-mcpas above. After npm publish, switch args to["-y", "@dcubedllc/cheesecube-mcp"].
Related MCP server: @willpowell8/cursor-cloud-agent-mcp
Environment
Variable | Required | Default | Description |
| No | Production Cloud Run API | Base URL of the Cheesecube API. |
| For write tools | — | Agent API key. Required for create/preview/publish cheese and template tools. |
Tools
Tool | Auth | Description |
| optional | List available engines. |
| optional | List templates. |
| optional | Get full template by ID. |
| optional | Search published assets. |
| key | Create draft cheese. |
| key | Playable manifest + ingredientUrls. |
| key | Publish a draft cheese. |
| key | Create draft template. |
| key | Publish a draft template. |
Local development
npm install
npm run build
CHEESECUBE_AGENT_KEY=yourkey node dist/index.jsLicense
MIT
This server cannot be installed
Maintenance
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
- AlicenseCqualityDmaintenanceExposes the full functionality of the Superpowers framework as MCP tools to provide AI assistants with advanced capabilities like automated planning, debugging, and parallel development. It seamlessly integrates with clients like Claude Desktop, Cursor, and Trae for an enhanced AI-driven coding experience.Last updated25MIT
- Alicense-qualityCmaintenanceEnables programmatic control of Cursor's cloud-based AI agents for automated code generation and repository management via standardized MCP tools.Last updated225MIT
- Alicense-qualityCmaintenanceEnables AI assistants to manage Paperclip AI agents, issues, goals, approvals, and costs via natural language by exposing Paperclip's REST API as MCP tools.Last updatedMIT
- Alicense-qualityBmaintenanceEnables programmatic image, video, and audio generation via ContentHero, with tools accessible from any MCP client like Claude or Cursor.Last updatedMIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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