# WorkOS > WorkOS is a shared memory layer for your team's AI agents. Runs on Skjld Labs' own servers in Norway (EEA). Documents, databases, CRM, tasks, projects with Gantt, calendar, booking, time tracking and meeting transcription (Norwegian specially trained, 90+ languages) are all exposed to Claude, ChatGPT, Cursor and any MCP-compatible client through an open MCP server with OAuth 2.1 — so the same context follows the team across every agent. WorkOS is built for Nordic teams (UI in Norwegian and English). Rather than building yet another chatbot, WorkOS makes the chatbots and agents you already use 10× more useful by giving them the full business context: customers and deals from CRM, meeting transcripts, project timelines, time entries, calendars and booking pages — all readable AND writable from agents. ## Docs - [changelog](https://workos.no/changelog): Published WorkOS releases and RSS updates. - [Homepage](https://workos.no): Concise WorkOS Norge overview — one workspace for a team and its AI agents, with core data stored on Skjld Labs' own servers in Norway. - [produkt](https://workos.no/produkt): Detailed WorkOS product overview: documents, databases, CRM, tasks, projects, calendar, booking, time tracking, local Whisper meeting transcription and open MCP access for AI agents. - [for-agenter](https://workos.no/for-agenter): MCP client setup guide (Claude Desktop, Cursor, Cline, OpenClaw) with OAuth flow walkthrough. - [openclaw](https://workos.no/openclaw): OpenClaw CLI authorization flow documentation. - [Agent guide (Markdown)](https://workos.no/for-agenter.md): Full agent-onboarding content as plain markdown — connection, OAuth, tool docs, troubleshooting. - [MCP endpoint](https://workos.no/api/mcp): POST-only, Streamable HTTP, JSON-RPC 2.0, OAuth 2.1 Bearer. 201 tools covering pages, databases, tasks, projects, calendar, CRM, time tracking, bookings and uploads. - [Authorization Server metadata](https://workos.no/.well-known/oauth-authorization-server): Issuer, endpoints, supported grants, PKCE config. - [Protected Resource metadata](https://workos.no/.well-known/oauth-protected-resource): Resource URL, scopes, bearer methods. ## Quick start If your MCP client follows the OAuth 2.1 + Streamable HTTP spec (Claude Desktop, Claude.ai, Cursor, Cline and any compliant client), add this URL as a remote MCP server: https://workos.no/api/mcp The client discovers the authorization server via the 401 + `WWW-Authenticate` response, registers itself dynamically (RFC 7591), and runs the standard authorization-code-with-PKCE flow. The OAuth consent screen opens in a browser the first time; tokens persist afterward. ## Optional - [personvern](https://workos.no/personvern): Privacy policy (Norwegian): what personal data WorkOS processes, and how core data is stored on Skjld Labs' own servers in Norway (EEA). - [tjenesteavtale](https://workos.no/tjenesteavtale): Terms of service (Norwegian) for the WorkOS platform.