FORGE MCP · OSS + CLOUD · FRAPPE-NATIVE

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.

~/.claude/settings.json
{
  "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.

~/.cursor/mcp.json
{
  "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.

.vscode/mcp.json
{
  "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.

~/.windsurf/mcp.json (verify path in Windsurf Settings → MCP)
{
  "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.

🧠
Memory
Long-term notes with vector search (HNSW). Store decisions, facts, and preferences — retrieve by semantic similarity.
👥
Communities
Shared knowledge spaces. Subscribe to frappe_community and get 350+ Frappe skills instantly.
💚
Health
Log and recall wellness check-ins. Your agent learns your patterns and surfaces context when it matters.
Energy
Daily mood and capacity tracking. Let agents adapt to your current state — high-focus, recovery, or in between.
🔍
Context
Auto-pulls relevant memory into prompts. Zero extra instructions — the right data surfaces at the right moment.
🔧
Skills
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.

forge-mcp
MIT · run locally
License MIT, open source
Storage SQLite on your machine
Cost Free forever
Setup npm i -g forge-client
Scans Your repos, your machine only
Status Live — install and go
Forge MCP
free · hosted by sbknext
Endpoint mcp.sbknext.com/mcp
What it gives Memory · context · 350+ Frappe skills
Communities frappe_community · health_yoga
Cost Free — generous rate limits, no paywall
Your data Isolated per user — no cross-user access
Status Live

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.

inside Claude Code / Cursor
# 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.

forge.sbknext.com →

Browse the knowledge base.

350+ Frappe skills & references, plus health, engineering, and productivity patterns — all public, all searchable.

Where this is going.

[shipped] Forge MCP HTTP endpoint live at mcp.sbknext.com/mcp — token auth, memory + community plugins
[shipped] 350+ Frappe skills ingested into frappe_community from Impertio
[shipped] npm @sbkolate/forge@0.1.0 and PyPI sbknext-forge==0.1.0 published
[next] OAuth 2.1 + PKCE per MCP spec — replace token-based auth
[next] Public flip of forge-mcp (MIT) — rename from corebrain, full docs
[next] Free API keys — open to everyone, no waitlist
[later] Postgres + pgvector backend for self-hosted tier, team shared spaces, eval pipeline
[later] Rust crate publish on crates.io (pending account verification)

Products built on Forge