Custom Google Workspace Server
Provides zero-authentication web search capabilities via DuckDuckGo's search API.
Allows creation and appending of content to Google Docs documents.
Enables creating spreadsheets and writing data to Google Sheets.
Enables document retrieval from Notion workspaces.
Facilitates task management and creation within Todoist.
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., "@Custom Google Workspace ServerCreate a new Google Doc titled 'Meeting Notes' and append today's agenda"
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.
Multi-Agent MCP Orchestrator
An enterprise-grade, autonomous AI orchestration system built with LangGraph, utilizing the Model Context Protocol (MCP) to seamlessly connect LLMs to local environments, vector databases, and cloud APIs.
Architectural Highlights
1. The Supervisor Routing (LangGraph)
Transitioned from a monolithic tool-calling agent to a distributed
MultiServerMCPClientarchitecture.Implemented strict system prompt injection to control agent behavior dynamically (e.g., forcing Google Sheets defaults) without polluting user queries.
Handled state routing via
GraphStateto allow seamless multi-step tool chaining across completely isolated MCP servers.
2. Self-Healing RAG Vault (ragsystem.py)
Built a custom Pinecone Hybrid Search vector database with LlamaParse for structural markdown extraction.
Wipe-and-Replace Mechanism: Implemented pre-ingestion metadata filtering (
index.delete(filter={"source": filepath})). This prevents vector duplication when re-ingesting updated source files, maintaining a pristine context window.
3. Custom Google Workspace Server (workspace_custom.py)
Bypassed limited community MCP packages to build a raw Python MCP server interacting directly with Google Docs and Sheets REST APIs.
Capabilities: *
create_sheet&write_sheet: Matrix-based (2D array) row appending using Google'sUSER_ENTEREDparsing.create_doc&append_doc: Dynamic EOF index calculation to securely inject text into heavily nested Google Docs JSON trees.
4. Cross-Platform Integrations
This orchestrator successfully routes complex workflows across multiple isolated domains in a single conversational turn:
Local Filesystem: Read/Write access via standard I/O transport.
Notion: Document retrieval via official
@modelcontextprotocol/server-notion.DuckDuckGo: Zero-auth web search via
duckduckgo-mcp-server.Todoist: Task management and creation via a custom FastMCP REST API server.
Related MCP server: Google Workspace MCP Server
Prerequisites & Installation
1. Environment Setup
This project uses uv for lightning-fast package management. Ensure Python 3.12+ and uv are installed.
# Clone the repository
git clone [https://github.com/yourusername/multi-agent-orchestrator.git](https://github.com/yourusername/multi-agent-orchestrator.git)
cd multi-agent-orchestrator
# Install dependencies via uv
uv venv
uv pip install -r requirements.txtThis 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
- AlicenseNot gradedqualityFmaintenanceEnables AI assistants to interact with Google Sheets for reading, writing, and managing spreadsheets through a set of MCP tools.MIT
- FlicenseNot gradedqualityBmaintenanceProvides read/write access to Google Sheets and Google Docs through MCP tools, enabling operations like reading sheets, appending rows, and editing documents.
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to send emails, create drafts in Gmail, and append content to Google Docs via standardized MCP tools.25ISC
- FlicenseAqualityCmaintenanceEnables AI agents to create and edit Google Docs and draft Gmail emails through natural language.7
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
AI document editing for agents: draft, edit, export .docx/PDF. 37 MCP tools; agent self-signup.
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
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/aryansaxena04/IRA-multi-agent-MCP-orchestrator-system'
If you have feedback or need assistance with the MCP directory API, please join our Discord server