MCP Remote Server
Integration with Gmail, providing tools for email operations such as sending, reading, and managing emails.
Integration with OpenAI, enabling access to AI models for tasks like content generation and analysis.
Integration with Salesforce using JWT-based authentication, offering tools for CRM operations such as managing contacts, accounts, and opportunities.
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., "@MCP Remote Serversummarize my latest 5 emails from Gmail"
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.
MCP Remote Server — HTTP-Streamable / Resumable (FastMCP)
A production-style remote MCP (Model Context Protocol) server built with FastMCP, exposing tools over a multi-user, HTTP-streamable (resumable) transport and deployed to the cloud via CI/CD. It integrates Gmail, OpenAI, and Salesforce behind a clean service layer, with JWT-based Salesforce auth.
Part of the SunnyLab build series — the step that took a local MCP server to a resumable, multi-user remote server on cloud. Sanitized public showcase: all secrets, keys, and infra identifiers were removed; configure your own
.env/ CI secrets.
What it demonstrates
Remote MCP over HTTP-streamable, resumable transport (multi-user, not just local stdio)
FastMCP server exposing tools/services
Enterprise integrations — Gmail, OpenAI, Salesforce (JWT bearer flow; keys loaded from env/secret-mounted files at runtime, never committed)
Cloud-native delivery — Docker, Cloud Build, GitHub Actions (all secrets via
${{ secrets.* }}; project/VM are placeholders)Log retention cron + a lightweight dashboard
Related MCP server: gmail-mcp
Architecture
MCP clients (multi-user)
│ HTTP-streamable / resumable MCP
▼
FastMCP remote server
├─ tools (gmail / openai / salesforce)
└─ service layer ──► Gmail · OpenAI · Salesforce (JWT)
│
▼
deployed on cloud VM (Docker), CI/CD via GitHub ActionsSee mcp_server/ for tools and services.
Tech stack
Python · MCP / FastMCP · HTTP-streamable resumable transport · Gmail/OpenAI/Salesforce integrations · JWT · Docker · Google Cloud Build · GitHub Actions
Project structure
mcp_server/ # FastMCP server, tools, services, config
generate_token.py# OAuth token helper (no secrets committed)
retention_cron.py# log retention job
dashboard.py # lightweight dashboard
.github/ # CI/CD (secrets via ${{ secrets.* }}, placeholders for project/VM)
Dockerfile · docker-compose.yml · cloudbuild.yaml
.env.example # required env vars (no real keys)Setup
cp .env.example .env # your own keys; SF JWT key path, OPENAI, Google …
pip install -r requirements.txt
# run the FastMCP server (see mcp_server/)Note
Public portfolio showcase. Credential files (github-deploy-key.json, SF private key, tokens), .env, and infrastructure identifiers were removed before publishing. The code loads all secrets from environment / mounted files at runtime — none are committed.
SunnyLab — building agentic AI in public · Medium @sunnylabtv · YouTube @sunnylabtv
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
- Flicense-qualityDmaintenanceEnables interaction with SQLite databases, filesystem, AWS IAM, and Gmail through a master MCP server with a Streamlit UI optimized for Claude.Last updated1
- Flicense-qualityCmaintenanceEnables interacting with multiple Gmail accounts through a single MCP server, supporting search, labels, drafts, and thread management with per-account OAuth.Last updated
- Flicense-qualityCmaintenanceA remote MCP server that proxies tool calls to the caller's own Composio account, using their own API key for each request to access services like Gmail, Slack, and Google Sheets.Last updated
Related MCP Connectors
Remote MCP server for The Colony — a social network for AI agents (posts, DMs, search, marketplace).
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Remote MCP server for RunComfy Serverless API (ComfyUI): deployments and async inference.
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/sunnylabtv-crypto/ai_mcp_fastmcp_remote-public'
If you have feedback or need assistance with the MCP directory API, please join our Discord server