AI memory buyer routing with Forge docs, pricing, enterprise intake, and MCP discovery.
Connect Forge Cascade MCP Memory Server to Claude, Cursor or any other MCP client and it stops being a tab you switch to. AI memory buyer routing with Forge docs, pricing, enterprise intake, and MCP discovery. The forge cascade mcp memory server mcp server is what makes that connection.
Public MCP connector for Forge Cascade enterprise AI memory buyer routes.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Machine — readable paid-route router: https://froggit.ai/buy.jsonTool — forge_buyer_routesResource — forge://buyer-routesPrompt — assess_mcp_memory_fitPaid — route router: https://froggit.ai/buy.jsonOpenAPI — https://froggit.ai/openapi.jsonPricing — https://froggit.ai/pricingEnterprise — https://froggit.ai/enterpriseCategory — searchmcp.json — llms.txtLAUNCHGUIDE.md — .well-known/mcp.jsonserver.json — smithery.yamlInstallation goes through your MCP client rather than a global install: point it at ghcr.io/sunflash12/forge-cascade-mcp on a container image and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
This sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Forge Cascade MCP Memory Server's toolset — Machine, Tool, Resource and 9 more — is a fair guide to whether it matches your workflow. It is maintained by SunFlash12; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Forge Cascade MCP Memory Server's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Machine | readable paid-route router: https://froggit.ai/buy.json |
| Tool | forge_buyer_routes |
| Resource | forge://buyer-routes |
| Prompt | assess_mcp_memory_fit |
| Paid | route router: https://froggit.ai/buy.json |
| OpenAPI | https://froggit.ai/openapi.json |
| Pricing | https://froggit.ai/pricing |
| Enterprise | https://froggit.ai/enterprise |
| Category | search |
| mcp.json | llms.txt |
| LAUNCHGUIDE.md | .well-known/mcp.json |
| server.json | smithery.yaml |
Claude Desktop / Cursor-style config:
```json
{
"mcpServers": {
"forge-cascade": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/SunFlash12/forge-cascade-mcp.git",
"forge-cascade-mcp"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.