← forgo.cloud

INDIVIDUAL MCP TOOL

forgo_trd_verify_topology

Run formal Gnosis analysis plus GG temporal checks over a topology source or the synthesized FORGO minimum topology.

forgo.cloudnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

forgo.cloud

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.forgo-cloud]
url = "https://forgo.cloud/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "forgo-cloud": {
      "type": "http",
      "url": "https://forgo.cloud/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: forgo-cloud
Remote MCP URL: https://forgo.cloud/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "forgo-cloud": {
      "url": "https://forgo.cloud/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "forgo-cloud": {
      "type": "http",
      "url": "https://forgo.cloud/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "forgo-cloud",
  "transport": "streamable-http",
  "url": "https://forgo.cloud/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • forgo_trd_extract_requirements — Extract normalized requirement records from a markdown source document or an imported requirement list.
  • forgo_trd_generate_topology — Map a requirements dataset onto the minimum FORGO service model and emit the GG topology contract.
  • forgo_trd_hydrate_document — Hydrate the normalized requirements and minimum service model into a Technical Requirements Doc.
  • forgo_trd_pipeline — Run the full TRD development process: extract requirements, synthesize the minimum topology, formally verify it, and hydrate the resulting technical requirements doc.