CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Forge Cascade MCP Memory Server

sunflash12/forge-cascade-mcp
1authSTDIO, HTTPregistry active
Summary

This is a public routing connector that points agents and marketplaces to Forge Cascade's enterprise AI memory service. It exposes three tools: forge_buyer_routes for discovery links, forge_checkout_links for ranked Stripe checkout paths starting at $5k Rush Pilot up to $120k annual contracts, and forge_paid_route_for_context that takes buyer signals like budget and urgency to recommend the highest-value paid tier. The server itself holds no secrets or customer data. It exists so MCP directories can scan a working endpoint while qualified enterprise buyers get routed directly to paid deployment options instead of free tier diagnostics. Reach for it when you're evaluating Forge for a marketplace listing or need to surface enterprise memory purchase paths programmatically.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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.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://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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
AI & LLM Tools
Registryactive
Packageghcr.io/sunflash12/forge-cascade-mcp:v0.1.7
TransportSTDIO, HTTP
AuthRequired
UpdatedMay 31, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f