Everything you need to get your AI tools running with live context from forgein.
Create an account, install the CLI, sync your first memory files, and connect to Claude Code in under 10 minutes.
Create a Bearer token (fg_…) to authenticate the CLI or your own scripts against the forgein API.
Full memory sync via /forgein mem sync, all /forgein CLI commands, and skills integration for Claude Code.
Generate two-field Custom Instructions from your context, or connect forgein as a Custom GPT action.
Write .github/copilot-instructions.md from your memory context — paste or auto-push via API.
Generate .cursorrules for every repo, or connect live context via the forgein MCP server.
Generate .windsurfrules for Cascade, or connect live context via the forgein MCP server.
Generate a system prompt for your Gem — paste into the Gem configuration panel.
JSON-RPC 2.0 server compatible with any MCP client. Auto-discovery at /.well-known/mcp.
All endpoints with curl examples: adapters, memory CRUD, webhooks, tokens, MCP, and auto-discovery.
Receive a signed memory.updated event at your endpoint whenever a memory file changes.
OpenAPI 3.1 schema at /api/adapters/chatgpt/action-schema — import into any Custom GPT to read and write forgein memory mid-conversation.
One-command install drops the /forgein skill into Claude Code. auth, mem sync, optimize, sec — all subcommands included. macOS and Linux.
TypeScript SDK: ForgeinClient, callMcp<T>, listProjects, getFile, putFile, search. Works in Node.js and edge runtimes.