MCP.so
登录

LibreAgent AI Server for AI Agent Services

@LibreAgent

关于 LibreAgent AI Server for AI Agent Services

LibreAgent AI Server is an Agentic Accessible Server for API communication with AI Service Providers and AI Services. It supports Google's new Agent 2 Agent (A2A) protocol as well as the MCP protocol. An API gateway is provided in the system for agentic ops.

基本信息

分类

AI 与智能体

运行时

python

传输方式

stdio

发布者

LibreAgent

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "a2ahub": {
      "command": "docker",
      "args": [
        "run",
        "-d",
        "--name",
        "mcpo-time",
        "--network",
        "a2ahub",
        "-p",
        "8001:8000",
        "--rm",
        "ghcr.io/open-webui/mcpo:main",
        "--host",
        "0.0.0.0",
        "--port",
        "8000",
        "--",
        "uvx",
        "mcp-server-time"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is LibreAgent AI Server for AI Agent Services?

LibreAgent AI Server for AI Agent Services is a cloud‑native AI gateway built on Apache APISIX that routes traffic to AI agents, including private/public LLMs, MCP servers, and Google A2A agents. It is designed for developers and teams building scalable, secure AI agent infrastructure.

How to use LibreAgent AI Server for AI Agent Services?

Deploy via Docker using the provided docker-compose.yml (etcd, APISIX, APISIX Dashboard). Quick start: copy env.example to .env, then run docker-compose up -d. Manage routes via the APISIX Admin API (port 9180) or the APISIX Dashboard (port 9000).

Key features of LibreAgent AI Server for AI Agent Services

  • Routes AI agent traffic to LLMs, MCPs, and A2A agents
  • Built on Apache APISIX in traditional mode with etcd
  • Supports event streaming (SSE, WebSockets)
  • Includes APISIX Dashboard for configuration management
  • Optional Keycloak OIDC authentication for the Dashboard

Use cases of LibreAgent AI Server for AI Agent Services

  • Securely route requests to private LLMs behind a gateway
  • Expose MCP tools via HTTP using the mcpo proxy
  • Chain Google A2A agent workflows across multiple services
  • Publish and monetize AI agent services with API management

FAQ from LibreAgent AI Server for AI Agent Services

What is the architecture?

LibreAgent AI Server for AI Agent Services uses Apache APISIX as the API gateway, etcd for configuration storage, and an AI Service Provider Router to forward traffic to upstream AI services.

What transports are supported?

The gateway supports SSE, WebSockets, and standard HTTP for agent communication.

How do I authenticate to the APISIX Dashboard?

By default, login with username admin and password admin. Optionally, you can enable Keycloak for OIDC‑based authentication by uncommenting the relevant blocks in docker-compose.yml and conf.yaml.

Where are configuration files stored?

They are local files mounted into Docker containers: apisix_conf/config.yaml for APISIX and apisix_dashboard_conf/conf.yaml for the Dashboard. The runtime configuration is persisted in etcd.

Does the server require a specific runtime environment?

Yes, it requires Docker and a shared Docker network (named a2ahub in the default setup). The provided docker-compose.yml launches all components (etcd, APISIX, Dashboard) as containers.

评论

AI 与智能体 分类下的更多 MCP 服务器