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
- Buyer route: https://sunflash12.github.io/ForgeV3/mcp-agent-memory.html
- MCP manifest: https://sunflash12.github.io/ForgeV3/.well-known/mcp.json
- MCP docs: https://sunflash12.github.io/ForgeV3/mcp.html
- OpenAPI: https://sunflash12.github.io/ForgeV3/openapi.json
- Pricing: https://sunflash12.github.io/ForgeV3/pricing.html
- Enterprise: https://sunflash12.github.io/ForgeV3/enterprise.html
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.jsonserver.json
License
MIT