The forgein MCP server exposes your memory files as resources and prompts. Any MCP-compatible tool — Cursor, Windsurf, Zed, Claude Desktop — connects directly, no files to paste.
The forgein API publishes a /.well-known/mcp discovery endpoint. MCP clients that support it can pick up the server URL and auth instructions automatically.
File-based adapters require a paste step when context changes. MCP removes it — tools pull from the source directly.
MCP is an open protocol that lets any AI tool consume structured context from a server. Instead of pasting files manually, your tools pull live resources and prompts directly from the forgein MCP server.
The forgein API publishes a `/.well-known/mcp` endpoint. MCP-compatible tools that support auto-discovery can pick up the server URL, auth instructions, and capabilities without any manual config.
Every time a tool calls `resources/read`, it gets your current context — not a snapshot you exported last week. Update a memory file and the next tool session sees it immediately.
The forgein MCP server implements resources, prompts, and the standard lifecycle. All via stateless HTTP POST with Bearer auth.
All requests are authenticated via Authorization: Bearer fg_.... The MCP endpoint is stateless — no WebSocket, no session management.
No ongoing maintenance once connected. Update memory files in forgein — every tool session sees the change automatically.
The same forgein context flows to every tool. Use the file-based adapters for tools that don't support MCP, and the MCP server for those that do.
The MCP server, work context, and memory sync are all free. Pro adds Home + Family contexts, unlimited projects, and team sharing.
Full MCP server access and memory sync for individual developers.
Remove the limits. All contexts, unlimited projects, team sync.
Free forever. Works with any MCP-compatible client.