THE PROJECT IS MOVED
@nguyenvanduocit
🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows
Overview
What is THE PROJECT IS MOVED?
THE PROJECT IS MOVED is a Model Context Protocol (MCP) server that integrates with GitLab, Jira, Confluence, Google services, and more, providing AI-powered search and utility tools for development workflows. It is intended for developers who want to connect AI assistants with multiple external services. Note: The project has been split and moved to individual repositories (Google Kit, RAG Kit, Dev Kit, Fetch Kit, Research Kit); this repository remains available for existing installs.
How to use THE PROJECT IS MOVED?
Install via Smithery (npx -y @smithery/cli install @nguyenvanduocit/all-in-one-model-context-protocol --client claude) or via Go (go install github.com/nguyenvanduocit/all-in-one-model-context-protocol@latest). Create a .env file with required API keys and tokens, then configure Claude Desktop's claude_desktop_config.json with the command and -env argument. Use the ENABLE_TOOLS variable to enable specific tool groups (e.g., gemini, jira).
Key features of THE PROJECT IS MOVED
- Integrates with GitLab, Jira, Confluence, Google Calendar, Gmail, and more
- Google AI (Gemini) powered web search and reasoning
- Deepseek reasoning engine for multi-step problem solving
- RAG (Retrieval-Augmented Generation) capabilities
- Fetch and scrape web content
- Tool grouping via
ENABLE_TOOLSenvironment variable
Use cases of THE PROJECT IS MOVED
- Automate project management tasks (create Jira issues, manage GitLab merge requests)
- Search and retrieve Confluence documentation
- Manage Google Calendar events and respond to invitations
- Send and filter Gmail messages
- Perform AI-driven research and reasoning
FAQ from THE PROJECT IS MOVED
What tools are available?
Tools include calendar_create_event, confluence_search, deepseek_reasoning, get_web_content, gchat_list_spaces, ai_web_search, gitlab_list_projects, jira_get_issue, gmail_search, and many more. See the full list in the README.
How do I enable only specific tools?
Set the ENABLE_TOOLS environment variable to a comma‑separated list of tool groups: gemini, fetch, confluence, youtube, jira, gitlab, script, rag, deepseek. Leave empty to enable all.
What are the runtime requirements?
Go 1.23.2 or higher and various API keys/tokens (e.g., Atlassian token, GitLab token, Google AI API key, OpenAI API key, etc.). A .env file is required.
Where does my data live?
The server connects to external services (Google, Atlassian, GitLab, etc.); data is processed through those APIs. The server itself does not store data locally beyond ephemeral tool calls.
How do I get help or report issues?
Join the community forum at community.aiocean.io for discussions and support. A tutorial video is also available.