Skip to main content
Glama

AegisForge

AegisForge 是一个智能体操作系统控制平面,用于编码智能体执行、故障情报、自适应沙箱策略、评估和经验记忆。

生产环境接口

  • 前端仪表盘:Vite + React,作为 Vercel 静态构建部署。

  • MCP 服务器:位于 /mcp 的兼容 Streamable HTTP 的 JSON-RPC 端点(由 api/mcp.ts 实现)。

  • 健康检查:调用 aegis_health MCP 工具。

  • 工具:aegis_healthrun_agent_stepclassify_failure

Related MCP server: linkyun-ops-mcp

本地开发

npm install
npm run dev

仪表盘运行在 3000 端口。MCP 处理器可通过 vercel dev 在 Vercel 本地运行时中使用。

Vercel 部署

将此仓库导入 Vercel,并将项目根目录设置为仓库根目录。随附的 vercel.json 会构建仪表盘,并将 /mcp 重写为 /api/mcp

可选的环境变量:

GEMINI_API_KEY=...

当前 MCP 工具使用确定性的安全响应,因此无需凭据即可保持服务器可用。后续的 worker 部署可以用真正的 Rust 沙箱和队列服务替换确定性的适配器。

MCP 冒烟测试

部署后,向 https://YOUR_DOMAIN/mcp 发送 initialize 请求,然后使用 JSON-RPC 2.0 调用 tools/listtools/call

Maintenance

ActivityMaintained
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables LLMs to inspect and test other MCP servers by listing and calling their tools, reading resources, and getting prompts. Supports stdio, SSE, and HTTP transports for both local and remote MCP server inspection.
    7
    138
    1
    MIT
  • F
    license
    B
    quality
    B
    maintenance
    Provides MCP tools for querying LinkYun operations metrics, including listing metrics, querying metrics, managing agents, and home recommendations, by forwarding requests to the LinkYun Agent Ops HTTP API.
    15
  • A
    license
    A
    quality
    B
    maintenance
    Provides a JSON-RPC MCP server that exposes policy-governed agent tools, including paid tools, tool muxing, and OpenAPI-to-MCP conversion, enabling agents to discover, coordinate, and execute tasks within the ProtoOS ecosystem.
    5
    1
    Apache 2.0

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/Himanshu90909/AgesForge'

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