Frequently Asked Questions about AIO-MCP Server
Q: What is an MCP Server? A: MCP (Model Context Protocol) server acts as a bridge, allowing AI models to access and interact with external data sources and tools. MCP is an open protocol that standardizes how applications provide context to LLMs.
Q: What integrations does AIO-MCP Server support? A: AIO-MCP Server supports integrations for GitLab, Jira, Confluence, YouTube, and more. It provides AI-powered search capabilities and various utility tools for development workflows.
Q: What are the prerequisites for installing AIO-MCP Server? A: You need Go 1.23.2 or higher, and various API keys and tokens for the services you want to use.
Q: How can I install AIO-MCP Server?
A: You can install it via Smithery (using the command npx -y @smithery/cli install @athapong/aio-mcp --client claude) or manually using Go (using the command go install github.com/athapong/aio-mcp@latest).
Q: What is Smithery, and how does it help with installation? A: Smithery is a tool that automates the installation process by prompting you for required configuration values and handling environment setup automatically.
Q: How do I configure the AIO-MCP Server after installation?
A: You need to create a .env file with your configuration settings, including API keys and tokens for the services you want to use. Ensure all the required parameters are present in the .env file.
Q: What is the ENABLE_TOOLS environment variable?
A: It is a comma-separated list of tool groups to enable. If not set, all tools will be enabled. Leave it empty to enable all tools. Example tool groups: gemini, fetch, confluence, jira, gitlab, rag.
Q: What are the available server modes? A: AIO-MCP Server supports two modes: Stdio mode (default) and SSE (Server-Sent Events) mode. Stdio communicates via standard input/output, while SSE runs as an HTTP server for real-time communication.
Q: How do I enable SSE mode?
A: You can enable SSE mode either via command-line flags (aio-mcp -sse -sse-addr ":8080" -sse-base-path "/mcp") or by setting environment variables in your .env file (ENABLE_SSE=true, SSE_ADDR=:8080, SSE_BASE_PATH=/mcp).
Q: How do I integrate AIO-MCP Server with Claude Desktop?
A: Configure Claude’s configuration file (claude_desktop_config.json) with the AIO-MCP Server command and arguments, or override environment values directly in the configuration file.
Q: What is the purpose of the tool_use_plan tool?
A: The tool_use_plan tool creates a plan using available tools to solve a given request, providing a structured approach to problem-solving within the MCP environment.
Q: What is UBOS and how does AIO-MCP Server relate to it? A: UBOS is a full-stack AI Agent Development Platform focused on bringing AI Agents to every business department. The AIO-MCP Server aligns with UBOS by enabling AI-enhanced development workflows and integrating AI models with external data sources.
AIO-MCP Server
Project Details
- athapong/aio-mcp
- Last Updated: 5/8/2025
Recomended MCP Servers
This is an mock MCP server for Oracle Netsuite
Kibela's official MCP Server
This is a tool to scrape/download images and data from Vinted & Depop using the API and stores...
Model Context Protocol server for Replicate's API
🔍 MCP server that lets you search and access Svelte documentation with built-in caching
MCP Memory Server with PostgreSQL and pgvector for long-term memory capabilities
MCP addition tool demonstrating SSE + auth capabilities





