Description

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

Installation

npx -y all-in-one-model-context-protocol
npm install all-in-one-model-context-protocol
git clone https://github.com/nguyenvanduocit/all-in-one-model-context-protocol

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "all-in-one-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "all-in-one-model-context-protocol"
      ]
    }
  }
}