drio
Open app

THE PROJECT IS MOVED

Source

🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows

Catalog onlyCatalog onlySTDIO

Overview

MyMCP Server is an all-in-one Model Context Protocol (MCP) server that integrates AI search capabilities and various services like GitLab, Jira, Confluence, and YouTube to enhance development workflows.

To use MyMCP Server, install it via Smithery or Go, configure the necessary environment variables, and enable the tools you need for your development tasks.

  • AI-powered search capabilities for efficient information retrieval. - Integration with popular development tools like GitLab, Jira, and Confluence. - Support for various utility tools to streamline development workflows. - Ability to create and manage events in Google Calendar. - Advanced reasoning engine using Deepseek's AI capabilities.
  1. Automating project management tasks in Jira and GitLab.
  2. Enhancing collaboration through Confluence integration.
  3. Utilizing AI for advanced search and reasoning in development projects.
  4. Managing and scheduling events using Google Calendar.

Add to your AI client

Use these steps to connect THE PROJECT IS MOVED in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "all-in-one-model-context-protocol-nguyenvanduocit": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-all-in-one-model-context-protocol-nguyenvanduocit"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "all-in-one-model-context-protocol-nguyenvanduocit": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-all-in-one-model-context-protocol-nguyenvanduocit"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "all-in-one-model-context-protocol-nguyenvanduocit": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-all-in-one-model-context-protocol-nguyenvanduocit"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "all-in-one-model-context-protocol-nguyenvanduocit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-all-in-one-model-context-protocol-nguyenvanduocit"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "all-in-one-model-context-protocol-nguyenvanduocit": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-all-in-one-model-context-protocol-nguyenvanduocit"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "all-in-one-model-context-protocol-nguyenvanduocit": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-all-in-one-model-context-protocol-nguyenvanduocit"
      ]
    }
  }
}

FAQ

What are the prerequisites for using MyMCP Server?

You need Go 1.23.2 or higher and various API keys for the services you want to integrate.

Is there a community for support?

Yes! You can visit the community forum at community.aiocean.io for discussions and updates.

How can I install MyMCP Server?

You can install it via Smithery for an automatic setup or manually using Go.