MCP.so
Sign In
Servers

AIO-MCP Server

@athapong

🚀 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

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": ""
      }
    }
  }
}

More from Version Control