aio-mcp

athapong/aio-mcp
★ 35 stars Go 🔌 API Integration Updated 9d ago
🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from https://github.com/nguyenvanduocit/all-in-one-model-context-protocol
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aio-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/athapong/aio-mcp@latest"
      ]
    }
  }
}