MCP-powered AI workspace for document intelligence, multi-agent orchestration, and dynamic MCP server management
MCP-powered AI workspace for document intelligence, multi-agent orchestration, and dynamic MCP server management. Exposed over MCP by the slashmcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Everything the assistant can do here goes through one of these:
Frontend — ** Vite + React + TypeScript + Tailwind + shadcn/uiStorage — ** S3 bucket arn:aws:s3:::tubbyai-products-catalogOptional — Google Generative AI key (for Gemini fallback), Whisper / Google Cloud TTS keys for upcoming featuresvision — worker fetches the uploaded asset from S3 via presigned GET, submits to GPT‑4o (with JSON-structured prompt), and persists results totextract — worker uses AWS Textract (sync for images, async for PDFs) and stores the OCR text + raw responseprocessing_jobs — metadata for each uploadanalysis_results — OCR + vision outputs (ensure the migration is run on the Supabase project)Prerequisites — The Prerequisites tool exposed by this serverSetup — Create .env.local (Vite automatically loads VITE_* variables):supabase on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
You will need 8 environment variables: VITE_SUPABASE_URL, VITE_SUPABASE_FUNCTIONS_URL, VITE_SUPABASE_PUBLISHABLE_KEY, VITE_ALPHA_VANTAGE_API_KEY, VITE_MCP_GATEWAY_URL, VITE_SUPABASE_REDIRECT_URL, TWELVEDATA_API_KEY, PROJECT_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
nvm) - npm ≥ 9 or pnpm/bun if you prefer (project is currently npm locked) - Supabase CLI (npm install -g supabase or npx supabase) - AWS credentials with access to Textract + S3 bucket above - OpenAI API key (GPT‑4o vision) - Optional: Google Generative AI key (for Gemini fallback), Whisper / Google Cloud TTS keys for upcoming featuresPlenty of cloud and infrastructure servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Slashmcp's toolset — Frontend, Storage, Optional and 6 more — is a fair guide to whether it matches your workflow. It is maintained by mcpmessenger; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Frontend | ** Vite + React + TypeScript + Tailwind + shadcn/ui |
| Storage | ** S3 bucket arn:aws:s3:::tubbyai-products-catalog |
| Optional | Google Generative AI key (for Gemini fallback), Whisper / Google Cloud TTS keys for upcoming features |
| vision | worker fetches the uploaded asset from S3 via presigned GET, submits to GPT‑4o (with JSON-structured prompt), and persists results to analysis_results. |
| textract | worker uses AWS Textract (sync for images, async for PDFs) and stores the OCR text + raw response. |
| processing_jobs | metadata for each upload |
| analysis_results | OCR + vision outputs (ensure the migration is run on the Supabase project) |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Setup | Create .env.local (Vite automatically loads VITE_* variables): |
{
"mcpServers": {
"slashmcp": {
"command": "npx",
"args": ["-y", "supabase"],
"env": {
"VITE_SUPABASE_URL": "your-value",
"VITE_SUPABASE_FUNCTIONS_URL": "your-value",
"VITE_SUPABASE_PUBLISHABLE_KEY": "your-value",
"VITE_ALPHA_VANTAGE_API_KEY": "your-value",
"VITE_MCP_GATEWAY_URL": "your-value",
"VITE_SUPABASE_REDIRECT_URL": "your-value",
"TWELVEDATA_API_KEY": "your-value",
"PROJECT_URL": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
nvm) - npm ≥ 9 or pnpm/bun if you prefer (project is currently npm locked) - Supabase CLI (npm install -g supabase or npx supabase) - AWS credentials with access to Textract + S3 bucket above - OpenAI API key (GPT‑4o vision) - Optional: Google Generative AI key (for Gemini fallback), Whisper / Google Cloud TTS keys for upcoming features| Variable | Description | Required |
|---|---|---|
| VITE_SUPABASE_URL | Endpoint or connection string the server talks to. | Yes |
| VITE_SUPABASE_FUNCTIONS_URL | Endpoint or connection string the server talks to. | Yes |
| VITE_SUPABASE_PUBLISHABLE_KEY | Credential the server authenticates with. | Yes |
| VITE_ALPHA_VANTAGE_API_KEY | Credential the server authenticates with. | Yes |
| VITE_MCP_GATEWAY_URL | Endpoint or connection string the server talks to. | Yes |
| VITE_SUPABASE_REDIRECT_URL | Endpoint or connection string the server talks to. | Yes |
| TWELVEDATA_API_KEY | Credential the server authenticates with. | Yes |
| PROJECT_URL | Endpoint or connection string the server talks to. | Yes |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.