<strong>Auth stack for AI apps ⚡ Official Scalekit MCP Server</strong>
If you already use Scalekit, the scalekit mcp server is the piece that lets your assistant work with it directly. Auth stack for AI apps ⚡ Official Scalekit MCP Server.
This MCP server enables AI assistants to interact with Scalekit's identity and access management platform through a standardized set of tools. It provides secure, OAuth-protected access to manage environments, organizations, users, authentication connections, and more.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Cursor — Edit ~/.cursor/mcp.json, or open Cursor Settings → MCP → Add New Global MCP Server and paste the config:Windsurf — The Windsurf tool exposed by this serverCodex — The Codex tool exposed by this serverOpenCode — The OpenCode tool exposed by this serverKiro — The Kiro tool exposed by this serverWarp — Go to Settings → MCP Servers → Add MCP Server and enter https://mcp.scalekit.com/, or add to your Warp MCP config:list_environments — The list_environments tool exposed by this serverget_environment_details — The get_environment_details tool exposed by this serverlist_environment_roles — The list_environment_roles tool exposed by this servercreate_environment_role — The create_environment_role tool exposed by this serverlist_environment_scopes — The list_environment_scopes tool exposed by this servercreate_environment_scope — The create_environment_scope tool exposed by this serverBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Scalekit's toolset — Cursor, Windsurf, Codex and 11 more — is a fair guide to whether it matches your workflow. It is maintained by scalekit-inc; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Scalekit's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Cursor | Edit ~/.cursor/mcp.json, or open **Cursor Settings → MCP → Add New Global MCP Server** and paste the config: |
| Windsurf | The Windsurf tool exposed by this server. |
| Codex | The Codex tool exposed by this server. |
| OpenCode | The OpenCode tool exposed by this server. |
| Kiro | The Kiro tool exposed by this server. |
| Warp | Go to **Settings → MCP Servers → Add MCP Server** and enter https://mcp.scalekit.com/, or add to your Warp MCP config: |
| list_environments | The list_environments tool exposed by this server. |
| get_environment_details | The get_environment_details tool exposed by this server. |
| list_environment_roles | The list_environment_roles tool exposed by this server. |
| create_environment_role | The create_environment_role tool exposed by this server. |
| list_environment_scopes | The list_environment_scopes tool exposed by this server. |
| create_environment_scope | The create_environment_scope tool exposed by this server. |
| list_workspace_members | The list_workspace_members tool exposed by this server. |
| invite_workspace_member | The invite_workspace_member tool exposed by this server. |
{
"mcpServers": {
"scalekit": {
"type": "streamable-http",
"url": "https://mcp.scalekit.com/"
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.