jello-mcp
v0.1.0
Published
Jello PM pipeline — MCP server for Claude Desktop and Claude Code
Readme
@jello/mcp — AI-Driven PM Server
MCP server for Jello. Provides 17 tools for product management via Claude Desktop (PM partner) and Claude Code (developer agents).
Quick Setup
Clone the repo and install:
git clone https://github.com/nsoshenko/gstack-trello.git cd gstack-trello && bun installCreate config:
mkdir -p ~/.jello cat > ~/.jello/config.json << 'EOF' { "api_key": "your-user-id", "default_project_id": "your-project-uuid", "supabase_url": "https://your-project.supabase.co", "supabase_anon_key": "your-publishable-key" } EOFAdd to Claude Desktop (
~/Library/Application Support/Claude/claude_desktop_config.json):{ "mcpServers": { "jello": { "command": "/path/to/bun", "args": ["run", "/path/to/gstack-trello/packages/mcp/src/server.ts"] } } }Restart Claude Desktop.
Available Tools
PM Tools (Claude Desktop)
jello_list_projects— Find your projectjello_start_session— Begin a PM workflowjello_continue_session— Submit input for current stagejello_validate_idea— Quick-check an idea against project datajello_create_persona— Create a user personajello_create_journey— Map a user journeyjello_create_prd— Create a lean PRDjello_score_prd— Calculate RICE priority scorejello_break_into_tasks— Decompose PRD into implementation tasksjello_list_artifacts— Browse existing artifacts
Dev Tools (Claude Code)
jello_get_project_context— Full project overviewjello_get_prd— Full PRD with persona and tasksjello_get_tasks— Implementation tasks with context bundlesjello_update_task_status— Update task progressjello_report_blocker— Report implementation blockerjello_clear_blocker— Clear resolved blockerjello_verify_task— Record verification results
