oci ghcr.io/sunflash12/forge-cascade-mcp:v0.1.7streamable-httpMITupdated 2mo ago
Public MCP connector for Forge Cascade enterprise AI memory buyer routes.
Was kannst du mit Forge Cascade MCP Memory Server machen?
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:
- Public buyer route: https://froggit.ai/buy
- Machine-readable paid-route router: https://froggit.ai/buy.json
- Direct checkout tool:
forge_checkout_links - Repository LLM guide: https://github.com/SunFlash12/forge-cascade-mcp/blob/main/llms.txt
- Official MCP Registry proof: https://registry.modelcontextprotocol.io/?search=io.github.SunFlash12%2Fforge-cascade-mcp
- Docker MCP Registry PR: https://github.com/docker/mcp-registry/pull/3874
- MCP Foundry PR: https://github.com/mcpfoundry/registry/pull/9
- Marketplace launch guide: https://github.com/SunFlash12/forge-cascade-mcp/blob/main/LAUNCHGUIDE.md
- Public proof pack: https://froggit.ai/llms.txt
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
- Buyer route: https://froggit.ai/buy
- Paid-route router: https://froggit.ai/buy.json
- Offers JSON: https://froggit.ai/offers.json
- MCP manifest: https://froggit.ai/.well-known/mcp.json
- MCP docs: https://froggit.ai/docs/agents
- OpenAPI: https://froggit.ai/openapi.json
- Pricing: https://froggit.ai/pricing
- Enterprise: https://froggit.ai/enterprise
Best Route-First Purchase Paths
Use these first for qualified enterprise buyers:
- Forge Enterprise Annual, $120,000/year: https://froggit.ai/buy/enterprise-annual
- Forge Enterprise Priority Retainer, $25,000/month: https://froggit.ai/buy/priority-retainer
- Forge Enterprise Deployment Deposit, $25,000 one time: https://froggit.ai/buy/launch-pack
- Rush Paid Pilot, $5,000 one time: https://froggit.ai/buy/urgent-pilot
Use the $99 Context Audit only when a buyer is not ready for pilot or enterprise commitment: https://froggit.ai/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.jsonllms.txtLAUNCHGUIDE.md.well-known/mcp.json.well-known/mcp/server-card.json.well-known/mcp/server.jsonserver.jsonsmithery.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://froggit.ai/buy
Live directory and registry proof:
- Glama connector: https://glama.ai/mcp/connectors/io.github.SunFlash12/forge-cascade-mcp
- drio listing: https://www.getdrio.com/mcp/io-github-sunflash12-forge-cascade-mcp
- MCP Server Hub listing: https://mcpserver.dev/s/forge-cascade-mcp-memory-server_uo525w0
- MCPRepository listing: https://mcprepository.com/sunflash12/forge-cascade-mcp
- ToolRoute listing: https://toolroute.io/mcp-servers/forge-cascade-mcp-memory-server
- Docker MCP Registry PR: https://github.com/docker/mcp-registry/pull/3874
- MCP Foundry PR: https://github.com/mcpfoundry/registry/pull/9
- ToolSDK MCP Registry PR: https://github.com/toolsdk-ai/toolsdk-mcp-registry/pull/328
- Awesome MCP Servers PR: https://github.com/punkpeye/awesome-mcp-servers/pull/7173
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
Installation
Forge Cascade MCP Memory Server zu deinem Client hinzufügen. Wähl den, den du nutzt.
{
"servers": {
"ghcr-io-sunflash12-forge-cascade-mcp-v0-": {
"type": "http",
"url": "https://forgecascade.org/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add ghcr-io-sunflash12-forge-cascade-mcp-v0- -- docker run -i --rm ghcr.io/sunflash12/forge-cascade-mcp:v0.1.7codex mcp add ghcr-io-sunflash12-forge-cascade-mcp-v0- -- docker run -i --rm ghcr.io/sunflash12/forge-cascade-mcp:v0.1.7amp mcp add ghcr-io-sunflash12-forge-cascade-mcp-v0- -- docker run -i --rm ghcr.io/sunflash12/forge-cascade-mcp:v0.1.7{
"mcpServers": {
"ghcr-io-sunflash12-forge-cascade-mcp-v0-": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sunflash12/forge-cascade-mcp:v0.1.7"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"ghcr-io-sunflash12-forge-cascade-mcp-v0-": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sunflash12/forge-cascade-mcp:v0.1.7"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"ghcr-io-sunflash12-forge-cascade-mcp-v0-": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sunflash12/forge-cascade-mcp:v0.1.7"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"ghcr-io-sunflash12-forge-cascade-mcp-v0-": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sunflash12/forge-cascade-mcp:v0.1.7"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"ghcr-io-sunflash12-forge-cascade-mcp-v0-": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sunflash12/forge-cascade-mcp:v0.1.7"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"ghcr-io-sunflash12-forge-cascade-mcp-v0-": {
"type": "local",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sunflash12/forge-cascade-mcp:v0.1.7"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"ghcr-io-sunflash12-forge-cascade-mcp-v0-": {
"command": {
"path": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sunflash12/forge-cascade-mcp:v0.1.7"
]
}
}
}
}Add to your Zed `settings.json`.
docker run -i --rm ghcr.io/sunflash12/forge-cascade-mcp:v0.1.7Run `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Unvollständig
- Dokumentation25/25
- Pflege22/25
- Vertrauen13/20
- Funktionsumfang0/15
- Installation15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 69 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 0.1.7Aktuell | 31. Mai 2026 |
| 0.1.5 | 31. Mai 2026 |
| 0.1.4 | 31. Mai 2026 |
| 0.1.3 | 31. Mai 2026 |
| 0.1.2 | 31. Mai 2026 |