Skip to main content
Glama

AegisForge

AegisForge ist eine Steuerungsebene für Agenten-Betriebssysteme zur Ausführung von Coding-Agenten, Fehleranalyse, adaptiven Sandbox-Richtlinien, Evaluierung und Erfahrungsspeicher.

Produktionsoberflächen

  • Frontend-Dashboard: Vite + React, bereitgestellt als statischer Vercel-Build.

  • MCP-Server: Streamable-HTTP-kompatibler JSON-RPC-Endpunkt unter /mcp (implementiert durch api/mcp.ts).

  • Health: Rufe das MCP-Tool aegis_health auf.

  • Tools: aegis_health, run_agent_step und classify_failure.

Related MCP server: linkyun-ops-mcp

Lokale Entwicklung

npm install
npm run dev

Das Dashboard läuft auf Port 3000. Der MCP-Handler ist über die lokale Laufzeit von Vercel mit vercel dev verfügbar.

Vercel-Bereitstellung

Importiere dieses Repository in Vercel und setze das Projektstammverzeichnis auf das Repository-Stammverzeichnis. Die enthaltene vercel.json erstellt das Dashboard und leitet /mcp auf /api/mcp um.

Optionale Umgebungsvariable:

GEMINI_API_KEY=...

Die aktuellen MCP-Tools verwenden deterministische sichere Antworten, sodass der Server ohne Anmeldeinformationen nutzbar bleibt. Eine spätere Worker-Bereitstellung kann den deterministischen Adapter durch die echten Rust-Sandbox- und Queue-Dienste ersetzen.

MCP-Smoke-Test

Nach der Bereitstellung sende eine initialize-Anfrage an https://YOUR_DOMAIN/mcp und rufe dann tools/list und tools/call mit JSON-RPC 2.0 auf.

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