Skip to main content
Glama

Hubloom

快速把企业 API 编成私有化 Agent,策略约束下自动执行业务操作。

接上现有的 Swagger/OpenAPI,用自然语言在真实业务 API 上办事。业务逻辑仍在你的系统里;Hubloom 是可私有化的 Agent 服务,生产推荐经 企业后端(BFF) 转发接入(鉴权 / 限流放在后端内部)。流程用 Skill 约束,也可经 Events 事件驱动触发。

完整说明见 在线文档


快速开始

环境: Python 3.12+ · uv(推荐)· Redis(必填)· Node.js(仅演示前端)

uv sync
cp config/env.example.yaml config/env.yaml

config/env.yaml 至少填写 llm.*redis.url;启用 MCP 时再配 mcp.swagger_url / base_url
业务 Bearer 由请求传入,不要写进配置文件。

# 产品 API(默认 :8765)
PYTHONPATH=src uv run python main.py

# 演示前端(另开终端)
cd examples/chat/web && npm install && npm run dev
curl -s http://127.0.0.1:8765/v1/chat \
  -H "Content-Type: application/json" \
  -H "X-Session-Id: demo-session" \
  -H "X-MCP-Token: your-business-token" \
  -d '{"message":"你好,你能做什么?","stream":false,"wait_profile":"interactive"}'

Related MCP server: Swagger MCP

许可证

Apache License 2.0

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    Dynamically generates MCP tools from Swagger/OpenAPI specifications by extracting swagger.json files at runtime. Enables natural language interaction with any REST API that has Swagger documentation.
  • F
    license
    Not graded
    quality
    D
    maintenance
    Automatically converts Swagger/OpenAPI specifications into MCP servers, enabling AI agents to interact with any REST API through natural language by exposing endpoints as AI-friendly tools.
    3
  • A
    license
    Not graded
    quality
    D
    maintenance
    Transforms Swagger/OpenAPI documented APIs into conversational interfaces, enabling natural language interaction with APIs through an MCP server for use with AI assistants.
    4
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zhong-y-j/Hubloom'

If you have feedback or need assistance with the MCP directory API, please join our Discord server