Tập trung quản lý tất cả MCP servers phục vụ cho hệ sinh thái phát triển Wecare.
| MCP | Loại | Mô tả | Folder |
|---|---|---|---|
| Stitch | External | Generate UI screens từ text prompt | stitch/ |
| NotebookLM | External | RAG engine, query từ Google NotebookLM | notebooklm/ |
| Figma | External | Trích xuất design tokens, inspect UI | figma/ |
| GitHub | External | Quản lý repos, PRs, files | github/ |
| BigQuery | External | Query & phân tích dữ liệu GCP | BigQuery/ |
| CloudRun | External | Deploy services lên Google Cloud Run | cloudrun/ |
| Dataverse | Self-hosted | Kết nối Dataverse / Power Platform | dataverse-mcp/ |
| Fabric | Self-hosted | Microsoft Fabric Lakehouse integration | Fabric/ |
Kết nối qua npx hoặc HTTPS — chỉ cần config API key/token.
stitch/ → HTTPS endpoint (googleapis.com)
notebooklm/ → npx notebooklm-mcp@latest
figma/ → npx figma-mcp (chưa active)
github/ → npx @modelcontextprotocol/server-github
BigQuery/ → npx @toolbox-sdk/server@latest
cloudrun/ → npx @google-cloud/cloud-run-mcp
Chạy từ source code local — cần npm install && npm run build.
dataverse-mcp/ → node build/index.js (D:/...03_Personal/MCP/dataverse-mcp/build/index.js)
Fabric/ → Microsoft Fabric Lakehouse (xem Fabric/README.md)
DESIGN → Figma (inspect) · Stitch (generate AI)
KNOWLEDGE → NotebookLM (query docs, best practices)
DATA → BigQuery (analytics) · Dataverse (CRM/Power Platform)
CODE → GitHub (version control) · Cloud Run (deploy)
FABRIC → Lakehouse (data engineering)
File config MCP: C:\Users\hoang\.gemini\antigravity\mcp_config.json
MCP/
├── BigQuery/ ← BigQuery MCP docs
├── Fabric/ ← Microsoft Fabric Lakehouse (self-hosted)
├── cloudrun/ ← Cloud Run MCP docs
├── dataverse-mcp/ ← Dataverse MCP (self-hosted, build/)
├── figma/ ← Figma MCP docs
├── github/ ← GitHub MCP docs
├── notebooklm/ ← NotebookLM MCP docs
├── stitch/ ← Stitch MCP docs
├── docs/ ← Tài liệu tổng hợp (file này)
├── React-template/ ← Template React project
└── .agent/workflows/ ← Automation workflows
| MCP | Status |
|---|---|
| Stitch | ✅ Active |
| NotebookLM | ✅ Active |
| GitHub | ✅ Active |
| BigQuery | ✅ Active |
| CloudRun | ✅ Active |
| Dataverse | ✅ Active |
| Fabric | ✅ Active |
| Figma | ⏸️ Chưa configure |