G GnOuGo

Trust chain

How a LAB earns the green check

  1. 1Validate

    The workflow parses, compiles, and passes its typed contract checks.

  2. 2Dry run

    A deterministic run succeeds without calling real LLMs or MCP tools.

  3. 3Official MCPs

    Every MCP server referenced by every workflow appears in this registry.

  4. 4Recursive trust

    Every called sub-workflow passes these same rules, with missing calls and cycles rejected.

Registry

Available official MCPs

View source configuration

Official MCP

GnOuGo.Browser.Mcp

Web navigation through the Playwright.NET MCP server.

NavigationBrowser automationPage inspection

Official MCP

GnOuGo.Cmd.Mcp

Secure command execution restricted by an allowlist.

Allowlisted commandsProcess executionLocal tooling

Official MCP

GnOuGo.Document.Mcp

Read and write common document and structured-data formats.

PDFDOCXXLSXPPTXText and structured data

Official MCP

GnOuGo.GithubCopilot.Mcp

Safe code-project operations and GitHub Copilot suggestions.

Code projectsSafe file operationsCopilot suggestions

Official MCP

GnOuGo.Git.Mcp

Git repository workflows powered by LibGit2Sharp.

Repository workflowsBranches and historyLibGit2Sharp

An optional sensitive Git token can be injected through the bundled MCP configuration.