AIO-MCP Server
About
🚀 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
Details
- Author
- athapong
- GitHub stars
- 36
- Downloads
- 625
- Categories
- Developer Tools, Other, Knowledge Base, Project Management, Automation
Jump to
- Integrates with GitLab, Jira, Confluence, YouTube, and more
- Gemini-powered AI web search (ai_web_search)
- Deepseek reasoning engine for multi-step problem solving
- Google Calendar event creation, listing, updating, and responding
- Google Chat space listing and message sending
- Brave Search, fetch, and Google Maps tools
- GitLab project, merge request, pipeline, commit, and file management
- Confluence page search, create, update, and version comparison
- Qdrant-based RAG tools and script execution tools
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
AIO-MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install via go install github.com/athapong/aio-mcp@latest (requires Go 1.23.2+) or automatically via Smithery. Create a .env file with your API keys and tokens for the services you want to use. Configure Claude Desktop by adding the server to claude_desktop_config.json. The server runs in either stdio mode (default) or SSE mode (enable with -sse flag or ENABLE_SSE=true). Use the ENABLE_TOOLS environment variable as a comma-separated list of tool groups to enable (leave empty to enable all).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"aio-mcp server": {
"aio-mcp": {
"command": "<path>/<to>/aio-mcp",
"env": {
"ENABLE_TOOLS": "",
"QDRANT_HOST": "",
"QDRANT_PORT": "",
"QDRANT_API_KEY": "",
"ATLASSIAN_HOST": "",
"ATLASSIAN_EMAIL": "",
"ATLASSIAN_TOKEN": "",
"GITLAB_HOST": "https://gitlab.com",
"GITLAB_TOKEN": "glpat-",
"BRAVE_API_KEY": "",
"GOOGLE_AI_API_KEY": "",
"PROXY_URL": "",
"OPENAI_API_KEY": "",
"OPENAI_BASE_URL": "",
"OPENAI_EMBEDDING_MODEL": "",
"GOOGLE_TOKEN_FILE": "<path>/<to>/google-token.json",
"GOOGLE_CREDENTIALS_FILE": "<path>/<to>/google-credentials.json",
"GOOGLE_MAPS_API_KEY": "",
"DEEPSEEK_API_KEY": "",
"USE_OLLAMA_DEEPSEEK": "",
"USE_OPENROUTER": "",
"OPENROUTER_API_KEY": ""
}
}
}
}
}
McpServers
{
"aio-mcp": {
"command": "<path>/<to>/aio-mcp",
"env": {
"ENABLE_TOOLS": "",
"QDRANT_HOST": "",
"QDRANT_PORT": "",
"QDRANT_API_KEY": "",
"ATLASSIAN_HOST": "",
"ATLASSIAN_EMAIL": "",
"ATLASSIAN_TOKEN": "",
"GITLAB_HOST": "https://gitlab.com",
"GITLAB_TOKEN": "glpat-",
"BRAVE_API_KEY": "",
"GOOGLE_AI_API_KEY": "",
"PROXY_URL": "",
"OPENAI_API_KEY": "",
"OPENAI_BASE_URL": "",
"OPENAI_EMBEDDING_MODEL": "",
"GOOGLE_TOKEN_FILE": "<path>/<to>/google-token.json",
"GOOGLE_CREDENTIALS_FILE": "<path>/<to>/google-credentials.json",
"GOOGLE_MAPS_API_KEY": "",
"DEEPSEEK_API_KEY": "",
"USE_OLLAMA_DEEPSEEK": "",
"USE_OPENROUTER": "",
"OPENROUTER_API_KEY": ""
}
}
}
AIO-MCP Server
A powerful Model Context Protocol (MCP) server implementation with integrations for GitLab, Jira, Confluence, YouTube, and more. This server provides AI-powered search capabilities and various utility tools for development workflows.
Prerequisites
- Go 1.23.2 or higher
- Various API keys and tokens for the services you want to use
Installation
Installing via Smithery
To install AIO-MCP Server for Claude Desktop automatically via Smithery (will guide you through interactive CLI setup):
npx -y @smithery/cli install @athapong/aio-mcp --client claude
Note: Smithery will interactively prompt you for required configuration values and handle environment setup automatically
Installing via Go
To set the go install command to install into the Go bin path, you need to ensure your Go environment variables are correctly configured. Here's how to do it:
1. First, ensure you have a properly set GOPATH environment variable, which by default is $HOME/go on Unix-like systems or %USERPROFILE%\go on Windows.
2. The go install command places binaries in $GOPATH/bin by default. Make sure this directory is in your system's PATH environment variable.
Here's how to set this up on different operating systems:
Linux/macOS:
```bashSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





