The brain your AI
agents share.
Self-host the open-source server, or point at our hosted endpoint.
Same protocol. Same SDK. Same skills.
30 seconds to live.
Pick your tool, click Get my free token, and paste the auto-filled config. 90-day key — sign in with Echo.
{ "mcpServers": { "brain": { "type": "http", "url": "https://mcp.sbknext.com/mcp", "headers": { "X-Cb-Key": "your-key-here" } } } }
Add to existing file or create it — merge with existing mcpServers if present.
{ "mcpServers": { "brain": { "type": "http", "url": "https://mcp.sbknext.com/mcp", "headers": { "X-Cb-Key": "your-key-here" } } } }
Global config — all projects. Use .cursor/mcp.json in a project root for per-project scope.
{ "servers": { "brain": { "type": "http", "url": "https://mcp.sbknext.com/mcp", "headers": { "X-Cb-Key": "your-key-here" } } } }
Place in your workspace root. VS Code 1.99+ MCP support required.
{ "mcpServers": { "brain": { "serverUrl": "https://mcp.sbknext.com/mcp", "headers": { "X-Cb-Key": "your-key-here" } } } }
Windsurf MCP config path varies by version — check Settings → MCP if this path doesn't work.
OAuth 2.1 + PKCE (MCP spec compliant) coming soon. Today: API key via the X-Cb-Key: brain_sk_… header. One token per IP per hour · revoke anytime.
Already have memories stored? Manage your memories →
Six plugins. One endpoint.
Every Forge token includes all plugins. Connect once, use everything.
frappe_community and get 350+ Frappe skills instantly.frappe_community already has 350+ Frappe skills & references sourced from Impertio.Free. Run locally. Guided by MCP.
Forge runs on your machine. Your code, your data, your box. The MCP endpoint gives your agent shared knowledge — free, with generous rate limits. No paywall, no subscription, no billing.
npm i -g forge-client
mcp.sbknext.com/mcp
Need private infra, scale, or compliance / SSO? Self-host the open-core (Apache-2.0) — your data never leaves your box. Want onboarding or a hand standing it up? Enterprise setup is a one-time engagement, not a recurring subscription — get in touch.
350+ Frappe skills. Out of the box.
Forge MCP ships with 350+ Frappe skills & references sourced from
Impertio-Studio (103★),
enriched with patterns from 9 production ERPNext apps.
Subscribe to frappe_community and search Frappe knowledge
from inside Claude Code or Cursor — no extra configuration needed.
# Search 350+ Frappe skills from inside your agent # Tool: forge → memory_search { "tool": "memory_search", "query": "how to enqueue background job in Frappe", "community": "frappe_community" }
Building multi-agent loops?
Forge Runtime
A 4-agent SDLC orchestrator — planner, coder, reviewer, tester — built on top of the Forge MCP memory layer. Experimental. Opinionated. Ships specs before code.
Browse the knowledge base.
350+ Frappe skills & references, plus health, engineering, and productivity patterns — all public, all searchable.
Where this is going.
mcp.sbknext.com/mcp — token auth, memory + community plugins
frappe_community from Impertio
npm @sbkolate/forge@0.1.0 and PyPI sbknext-forge==0.1.0 published