GrillMe MCP
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., "@GrillMe MCPI need to decide whether to redesign our product architecture."
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.
GrillMe MCP
Decision stress-testing for ChatGPT Web through a remote MCP app.
Special thanks to Matt Pocock. GRILL was inspired by and evolved from Matt Pocock's excellent
/grill-me/grillingworkflow. His original idea — relentlessly interview a plan until shared understanding, resolve decision dependencies, research facts instead of asking the user, and recommend an answer for each decision — is the foundation that made this project possible.
This repository adapts that concept for normal ChatGPT Web Chat as a remotely hosted MCP app, then extends it with explicit state tracking, evidence/tool routing, contradiction handling, read-only boundaries, modern + legacy ChatGPT MCP compatibility, and a Shared Understanding approval gate.
What it does
GrillMe exposes one model-visible MCP tool:
grillIt can be invoked from a normal ChatGPT conversation after the custom app is connected, for example:
@GrillMe /grill
Quiero decidir si deberíamos rediseñar la arquitectura del producto.Supported control commands include:
startstatustreeassumptionsfactsrisksresumestopapprove
Related MCP server: Decision State MCP
Architecture
ChatGPT Web
↓
@GrillMe / custom app
↓
AppDeploy MCP gateway
↓
POST /api/mcp
↓
tool: grill
↓
GRILL protocol in the current conversationThe server is intentionally stateless for decision-session state: the conversation itself carries the evolving decision tree. The MCP tool injects/coordinates the GRILL protocol and remains read-only while GRILL is active.
ChatGPT registration
Current hosted diagnostic frontend:
https://grill-chat-sby65b.v2.appdeploy.ai/Current MCP URL used to register the custom app in ChatGPT Developer Mode:
https://api-v2.appdeploy.ai/app/grill-chat-sby65b/api/mcpAuthentication: No authentication.
Repository layout
backend/index.ts— production MCP backend currently deployed through AppDeploy.index.html,src/, configs — diagnostic frontend/source.tests/tests.txt— AppDeploy QA scenarios.skill/— GRILL v2 companion skill and references..punto/— Punto por Punto Project Pack.
Original work and attribution
The original /grill-me skill is part of mattpocock/skills, created by Matt Pocock and distributed under the MIT License.
This repository is an adaptation/extension for a different runtime and distribution model. It is not presented as Matt Pocock's official ChatGPT implementation.
See THIRD_PARTY_NOTICES.md for the upstream copyright and license notice.
Governance
main is canonical. Substantive changes should land through branch → pull request → human review/merge. Project-specific canonical context lives under .punto/; the Punto por Punto mother repository can register and federate the project without duplicating its memory.
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
- AlicenseBquality-maintenanceMCP server for structured reasoning with cognitive trap detection, verification, and context compression5411
- FlicenseBqualityCmaintenanceA small MCP server that stores and retrieves compact decision-relevant state (goals, constraints, facts, decisions) outside the chat context, enabling easy retrieval for Claude Code or Codex.8
- Alicense-qualityCmaintenanceLocal MCP server bridging ChatGPT Web to local tools for file, shell, git, test, and process management with secure policy controls.MIT
- Alicense-qualityFmaintenanceMCP server that drives chatgpt.com via web UI automation using a session token, enabling long-running tasks, deep research, and image generation.212MIT
Related MCP Connectors
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
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/PuntoxPunto/GrillMe-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server