Sleeek MCP Server - Production Ready

by ShhhShaq

269 downloads
Not rated
GitHub

Description

# Sleeek MCP Server - Production Ready This MCP server provides context-aware photo assessment for SleeekApp with: - ✅ Context memory across attempts - ✅ Angle change detection - ✅ Constraint learning - ✅ Progressive feedback - ✅ Future agentic capabilities ## Quick Deploy to…

About

# Sleeek MCP Server - Production Ready This MCP server provides context-aware photo assessment for SleeekApp with: - ✅ Context memory across attempts - ✅ Angle change detection - ✅ Constraint learning - ✅ Progressive feedback - ✅ Future agentic capabilities ## Quick Deploy to Railway ### 1. Push to GitHub ```bash cd…

Details

Author
ShhhShaq
Downloads
269
Categories
Other

- Context memory across assessment attempts
- Angle change detection (>30° triggers context reset)
- Progressive acceptance (3 attempts maximum)
- Constraint learning and feedback refinement
- Future agentic capabilities (multi‑step planning, cross‑room optimization)

Deploy to Railway or run locally. Set the OPENAI_API_KEY environment variable. For iOS integration, update the bridge URL in MCPClient.swift to point to your deployed server. Send POST requests to /assess with image data, room type, shoot ID, and current angle.

Sleeek MCP Server - Production Ready

This MCP server provides context-aware photo assessment for SleeekApp with:
- ✅ Context memory across attempts
- ✅ Angle change detection
- ✅ Constraint learning
- ✅ Progressive feedback
- ✅ Future agentic capabilities

Quick Deploy to Railway

1. Push to GitHub

cd ~/Desktop/sleeek-mcp-deploy
git init
git add .
git commit -m "Initial MCP server"
git branch -M main
git remote add origin YOUR_GITHUB_REPO_URL
git push -u origin main

2. Deploy to Railway

1. Go to railway.app 2. Click "New Project" → "Deploy from GitHub repo" 3. Select your repo 4. Add environment variable: OPENAI_API_KEY 5. Deploy!

Railway will give you a URL like: https://sleeek-mcp.up.railway.app

3. Update Your iOS App

In MCPClient.swift, change:
private let bridgeURL = "https://sleeek-mcp.up.railway.app"

Local Development

```bash npm install cp .env.example .env
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.