weekly-pulse MCP server
Allows drafting and managing emails through Gmail.
Allows creating and managing documents in Google Docs.
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., "@weekly-pulse MCP serverSynthesize this week's reviews and draft a pulse report."
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.
Milestone 3 — AI Agent with MCP
Weekly review pulse agent: ingest App Store / Play Store exports → synthesize themes and actions → publish to Google Docs and Gmail draft via Google Workspace MCP (no direct Google APIs).
Repository: github.com/alekhya2395/Milestone-3---AI-agent-MCP
Settings
Local setup from scratch (Windows / PowerShell):
# 1. Clone
git clone https://github.com/alekhya2395/Milestone-3---AI-agent-MCP.git
cd Milestone-3---AI-agent-MCP
# 2. Virtual environment
python -m venv .venv
.\.venv\Scripts\Activate.ps1
# 3. Install dependencies
pip install -r requirements.txt
# 4. Environment variables
copy .env.example .env
# Edit .env with your keys (Google OAuth, Alpha Vantage, etc.)
# 5. MCP setup (Cursor)
# Follow: phases/phase-01-mcp-setup/gcp-setup-checklist.md
# Then: phases/phase-01-mcp-setup/runbook.md
# 6. Download reviews (Phase 2)
python phases/phase-02-review-ingestion/scripts/fetch-reviews.py --weeks 10
python phases/phase-02-review-ingestion/scripts/normalize-reviews.pyStep 5 details:
GCP setup checklist — Google Cloud project, OAuth, APIs
MCP runbook — connect
google-driveandgoogle-gmailin Settings → Tools & MCP
After step 6, review outputs are in data/raw/ (CSV) and data/reviews/reviews.json (filtered JSON).
Related MCP server: Google Business Profile Review MCP Server
Documentation
Doc | Purpose |
Goals and constraints | |
System design | |
Phase-wise plan | |
Milestone evaluation tracker | |
Architecture decisions | |
Deploy custom MCP server on Railway |
Railway deployment
Deploy the weekly-pulse MCP server (review tools) to Railway:
railway upFull guide: docs/deployment-railway.md
Google Gmail/Drive MCP remain on Google's servers — connect both from Cursor.
Project layout
├── .cursor/mcp.json # Drive + Gmail MCP (secrets via env vars)
├── data/raw/ # Store review exports
├── data/processed/ # Normalized reviews & pulse artifacts
├── docs/ # Specs and per-phase eval.md
├── phases/ # Phase work folders (runbooks, artifacts)
└── prompts/ # Agent prompts (Phase 3+)Current phase: 1 — MCP & foundation
Complete GCP setup checklist
Set env vars from .env.example
Restart Cursor → Settings → Tools & MCP → Connect
google-driveandgoogle-gmailRun smoke tests per runbook
Sign off Phase 1 eval
MCP config location
Project:
.cursor/mcp.json(committed, no secrets)Credentials:
GOOGLE_OAUTH_CLIENT_IDandGOOGLE_OAUTH_CLIENT_SECRETin.envor system environment
References
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.
Latest Blog Posts
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/alekhya2395/Milestone-3---AI-agent-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server