AIO-MCP Server
@athapong
About AIO-MCP Server
🚀 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
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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": ""
}
}
}
}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 AIO-MCP Server?
AIO-MCP Server is a Model Context Protocol (MCP) server implementation with built-in integrations for GitLab, Jira, Confluence, YouTube, Google services (Calendar, Chat, Maps), Brave Search, Gemini, and Deepseek. It provides AI-powered search capabilities and utility tools for development workflows, targeting developers and teams using Claude Desktop or other MCP clients.
How to use AIO-MCP Server?
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).
Key features of AIO-MCP Server
- 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
Use cases of AIO-MCP Server
- Automate development workflows with GitLab, Jira, and Confluence integration
- Perform AI‑powered web searches and deep reasoning tasks
- Manage Google Calendar events and Google Chat messages from within an MCP client
- Search and update Confluence knowledge bases using CQL
- Enable or disable tool groups to tailor the server to specific projects
FAQ from AIO-MCP Server
What are the prerequisites to run AIO-MCP Server?
Go 1.23.2 or higher is required. You also need API keys and tokens for each service you intend to use (e.g., GitLab token, Atlassian token, Brave API key, Google AI API key, etc.).
How can I enable only specific tools?
Set the ENABLE_TOOLS environment variable to a comma-separated list of tool group names (e.g., gitlab,confluence,jira). If left empty or unset, all tools are enabled.
Does the server support SSE (Server‑Sent Events)?
Yes. You can enable SSE mode with the -sse command-line flag or by setting ENABLE_SSE=true, SSE_ADDR, and SSE_BASE_PATH in your .env file. SSE mode provides an HTTP endpoint for real-time communication.
Where does the data live?
The server acts as a bridge; it makes API calls to external services (GitLab, Confluence, Google, etc.) using your credentials. The server itself does not store data persistently beyond temporary in-memory state.
What transports and authentication methods are supported?
The server supports stdio (standard input/output) and SSE (HTTP) transport. Authentication is handled via environment variables or the claude_desktop_config.json env block, with API keys and tokens passed to the respective service endpoints.
More Version Control MCP servers
Bitbucket Server MCP
garc33
Github
modelcontextprotocolModel Context Protocol Servers
Linear MCP Server
clinea private MCP server for accessing Linear
Test
skillsCreate a site or blog from your GitHub repositories with GitHub Pages.
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
Comments