SunFlash12

Forge Cascade MCP

Community SunFlash12
Updated

Forge Cascade MCP Memory Server with route-first buyer, checkout, and proof metadata for enterprise AI memory.

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 apublic, no-secret server that points agents to Forge Cascade's public discovery,documentation, OpenAPI, pricing, and enterprise intake surfaces.

What It Exposes

  • Tool: forge_buyer_routes
  • 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.

Public Forge Routes

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"
      ]
    }
  }
}

Directory Metadata

Directory-friendly metadata is available in:

  • mcp.json
  • .well-known/mcp.json
  • server.json

License

MIT

MCP Server · Populars

MCP Server · New