{
  "markdown": "# Forge Cascade MCP\n\nPublic MCP connector for Forge Cascade enterprise AI memory buyer routes.\n\nThis repository exists so MCP directories and automated scanners can evaluate a\npublic, no-secret server that points agents to Forge Cascade's public discovery,\ndocumentation, OpenAPI, pricing, and enterprise intake surfaces.\n\n## Buyer And Reviewer Fast Path\n\nIf you are evaluating Forge for an MCP directory, agent marketplace, or enterprise\nAI memory deployment, start here:\n\n- Public buyer route: https://froggit.ai/buy\n- Machine-readable paid-route router: https://froggit.ai/buy.json\n- Direct checkout tool: `forge_checkout_links`\n- Repository LLM guide: https://github.com/SunFlash12/forge-cascade-mcp/blob/main/llms.txt\n- Official MCP Registry proof: https://registry.modelcontextprotocol.io/?search=io.github.SunFlash12%2Fforge-cascade-mcp\n- Docker MCP Registry PR: https://github.com/docker/mcp-registry/pull/3874\n- MCP Foundry PR: https://github.com/mcpfoundry/registry/pull/9\n- Marketplace launch guide: https://github.com/SunFlash12/forge-cascade-mcp/blob/main/LAUNCHGUIDE.md\n- Public proof pack: https://froggit.ai/llms.txt\n\nFor qualified buyers with budget, regulated data, private corpus scope,\nprocurement authority, or implementation urgency, route to Enterprise Annual,\nPriority Retainer, Deployment Deposit, or Rush Paid Pilot before lower-ticket\ndiagnostics.\n\n## What It Exposes\n\n- Tool: `forge_buyer_routes`\n- Tool: `forge_checkout_links`\n- Tool: `forge_paid_route_for_context`\n- Resource: `forge://buyer-routes`\n- Prompt: `assess_mcp_memory_fit`\n\nThe server returns public links only. It does not proxy private customer data,\nstore secrets, or expose the private Forge deployment.\n\n`forge_checkout_links` returns ranked Forge `/buy/*` checkout routes so agent\nmarketplaces and MCP clients can surface the highest-value paid routes without\nparsing the full buyer-route payload. Direct Stripe URLs are exposed only as\nfallback fields.\n\n`forge_paid_route_for_context` accepts buyer context, budget, urgency, and\nprocurement authority signals, then returns the highest-value recommended\ncheckout route plus next-best alternatives. Use it when an agent or directory\nhas buyer intent text and needs a direct paid path instead of a generic docs\nlink.\n\n## Public Forge Routes\n\n- Buyer route: https://froggit.ai/buy\n- Paid-route router: https://froggit.ai/buy.json\n- Offers JSON: https://froggit.ai/offers.json\n- MCP manifest: https://froggit.ai/.well-known/mcp.json\n- MCP docs: https://froggit.ai/docs/agents\n- OpenAPI: https://froggit.ai/openapi.json\n- Pricing: https://froggit.ai/pricing\n- Enterprise: https://froggit.ai/enterprise\n\n## Best Route-First Purchase Paths\n\nUse these first for qualified enterprise buyers:\n\n- Forge Enterprise Annual, $120,000/year: https://froggit.ai/buy/enterprise-annual\n- Forge Enterprise Priority Retainer, $25,000/month: https://froggit.ai/buy/priority-retainer\n- Forge Enterprise Deployment Deposit, $25,000 one time: https://froggit.ai/buy/launch-pack\n- Rush Paid Pilot, $5,000 one time: https://froggit.ai/buy/urgent-pilot\n\nUse the $99 Context Audit only when a buyer is not ready for pilot or\nenterprise commitment: https://froggit.ai/buy/context-audit\n\n## Run Locally\n\n```bash\npython -m venv .venv\nsource .venv/bin/activate\npip install -e .\nforge-cascade-mcp\n```\n\nThe default transport is the MCP SDK's stdio transport.\n\n## Install From GitHub\n\n```bash\npip install \"git+https://github.com/SunFlash12/forge-cascade-mcp.git\"\nforge-cascade-mcp\n```\n\nClaude Desktop / Cursor-style config:\n\n```json\n{\n  \"mcpServers\": {\n    \"forge-cascade\": {\n      \"command\": \"uvx\",\n      \"args\": [\n        \"--from\",\n        \"git+https://github.com/SunFlash12/forge-cascade-mcp.git\",\n        \"forge-cascade-mcp\"\n      ]\n    }\n  }\n}\n```\n\n## Run With Docker\n\n```bash\ndocker run --rm -i ghcr.io/sunflash12/forge-cascade-mcp:latest\n```\n\nMCP Find / directory package metadata:\n\n- Package name: `ghcr.io/sunflash12/forge-cascade-mcp`\n- Package type: Docker\n- Category: `search`\n\n## Directory Metadata\n\nDirectory-friendly metadata is available in:\n\n- `mcp.json`\n- `llms.txt`\n- `LAUNCHGUIDE.md`\n- `.well-known/mcp.json`\n- `.well-known/mcp/server-card.json`\n- `.well-known/mcp/server.json`\n- `server.json`\n- `smithery.yaml`\n\nOfficial MCP Registry listing:\nhttps://registry.modelcontextprotocol.io/?search=io.github.SunFlash12%2Fforge-cascade-mcp\n\nThe Registry metadata includes `websiteUrl` pointing to the public Forge MCP\nbuyer route:\nhttps://froggit.ai/buy\n\nLive directory and registry proof:\n\n- Glama connector: https://glama.ai/mcp/connectors/io.github.SunFlash12/forge-cascade-mcp\n- drio listing: https://www.getdrio.com/mcp/io-github-sunflash12-forge-cascade-mcp\n- MCP Server Hub listing: https://mcpserver.dev/s/forge-cascade-mcp-memory-server_uo525w0\n- MCPRepository listing: https://mcprepository.com/sunflash12/forge-cascade-mcp\n- ToolRoute listing: https://toolroute.io/mcp-servers/forge-cascade-mcp-memory-server\n- Docker MCP Registry PR: https://github.com/docker/mcp-registry/pull/3874\n- MCP Foundry PR: https://github.com/mcpfoundry/registry/pull/9\n- ToolSDK MCP Registry PR: https://github.com/toolsdk-ai/toolsdk-mcp-registry/pull/328\n- Awesome MCP Servers PR: https://github.com/punkpeye/awesome-mcp-servers/pull/7173\n\nSmithery and other MCP scanners that cannot complete an authenticated\nproduction scan can use the static server card:\nhttps://raw.githubusercontent.com/SunFlash12/forge-cascade-mcp/main/.well-known/mcp/server-card.json\n\n## License\n\nMIT\n",
  "bytes": 5492,
  "sha": "8d3fc8a45fb296434e29b5ced39d58852eef01dacdeb93679d28d5d189e01f3b",
  "repo_slug": "sunflash12/forge-cascade-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_sunflash12_forge_cascade_mcp_3fa1a653/readme"
}