Skip to main content
Glama

AegisForge

AegisForge is an agent operating system control plane for coding-agent execution, failure intelligence, adaptive sandbox policy, evaluation, and experience memory.

Production surfaces

  • Frontend dashboard: Vite + React, deployed as a Vercel static build.

  • MCP server: Streamable HTTP-compatible JSON-RPC endpoint at /mcp (implemented by api/mcp.ts).

  • Health: call the aegis_health MCP tool.

  • Tools: aegis_health, run_agent_step, and classify_failure.

Related MCP server: linkyun-ops-mcp

Local development

npm install
npm run dev

The dashboard runs on port 3000. The MCP handler is available through Vercel's local runtime with vercel dev.

Vercel deployment

Import this repository into Vercel with the project root set to the repository root. The included vercel.json builds the dashboard and rewrites /mcp to /api/mcp.

Optional environment variable:

GEMINI_API_KEY=...

The current MCP tools use deterministic safe responses so the server remains usable without credentials. A subsequent worker deployment can replace the deterministic adapter with the real Rust sandbox and queue services.

MCP smoke test

After deployment, send an initialize request to https://YOUR_DOMAIN/mcp, then call tools/list and tools/call using JSON-RPC 2.0.

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