Skip to content

SunFlash12/forge-cascade-mcp

Repository files navigation

Forge Cascade MCP

Public MCP connector for Forge Cascade enterprise AI memory buyer routes.

This repository exists so MCP directories and automated scanners can evaluate a public, no-secret server that points agents to Forge Cascade's public discovery, documentation, OpenAPI, pricing, and enterprise intake surfaces.

Buyer And Reviewer Fast Path

If you are evaluating Forge for an MCP directory, agent marketplace, or enterprise AI memory deployment, start here:

For qualified buyers with budget, regulated data, private corpus scope, procurement authority, or implementation urgency, route to Enterprise Annual, Priority Retainer, Deployment Deposit, or Rush Paid Pilot before lower-ticket diagnostics.

What It Exposes

  • Tool: forge_buyer_routes
  • Tool: forge_checkout_links
  • Tool: forge_paid_route_for_context
  • Resource: forge://buyer-routes
  • Prompt: assess_mcp_memory_fit

The server returns public links only. It does not proxy private customer data, store secrets, or expose the private Forge deployment.

forge_checkout_links returns ranked Forge /buy/* checkout routes so agent marketplaces and MCP clients can surface the highest-value paid routes without parsing the full buyer-route payload. Direct Stripe URLs are exposed only as fallback fields.

forge_paid_route_for_context accepts buyer context, budget, urgency, and procurement authority signals, then returns the highest-value recommended checkout route plus next-best alternatives. Use it when an agent or directory has buyer intent text and needs a direct paid path instead of a generic docs link.

Public Forge Routes

Best Route-First Purchase Paths

Use these first for qualified enterprise buyers:

Use the $99 Context Audit only when a buyer is not ready for pilot or enterprise commitment: https://forgecascade.org/buy/context-audit

Run Locally

python -m venv .venv
source .venv/bin/activate
pip install -e .
forge-cascade-mcp

The default transport is the MCP SDK's stdio transport.

Install From GitHub

pip install "git+https://github.com/SunFlash12/forge-cascade-mcp.git"
forge-cascade-mcp

Claude Desktop / Cursor-style config:

{
  "mcpServers": {
    "forge-cascade": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/SunFlash12/forge-cascade-mcp.git",
        "forge-cascade-mcp"
      ]
    }
  }
}

Run With Docker

docker run --rm -i ghcr.io/sunflash12/forge-cascade-mcp:latest

MCP Find / directory package metadata:

  • Package name: ghcr.io/sunflash12/forge-cascade-mcp
  • Package type: Docker
  • Category: search

Directory Metadata

Directory-friendly metadata is available in:

  • mcp.json
  • llms.txt
  • LAUNCHGUIDE.md
  • .well-known/mcp.json
  • .well-known/mcp/server-card.json
  • .well-known/mcp/server.json
  • server.json
  • smithery.yaml

Official MCP Registry listing: https://registry.modelcontextprotocol.io/?search=io.github.SunFlash12%2Fforge-cascade-mcp

The Registry metadata includes websiteUrl pointing to the public Forge MCP buyer route: https://forgecascade.org/buy

Live directory and registry proof:

Smithery and other MCP scanners that cannot complete an authenticated production scan can use the static server card: https://raw.githubusercontent.com/SunFlash12/forge-cascade-mcp/main/.well-known/mcp/server-card.json

License

MIT