THE PROJECT IS MOVED
@nguyenvanduocit
About THE PROJECT IS MOVED
🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"all-in-one-model-context-protocol": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@nguyenvanduocit/all-in-one-model-context-protocol",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Memory & Knowledge MCP servers
Solomd
zhitongblogA markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
Rust Docs MCP Server
Govcraft🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs, and provides accurate context via a tool call.
Basic Memory
basicmachines-coAI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
Comments