Scalekit MCP Server

<strong>Auth stack for AI apps ⚡ Official Scalekit MCP Server</strong>

Remote serverstreamable-httpGo

What is the Scalekit MCP server?

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.

What the server does

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.

  • Environment management and configuration
  • Organization and user management
  • Workspace member administration
  • OIDC connection setup and management
  • MCP server registration and configuration
  • Role and scope management

Available tools

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 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

Installation

Because 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.

Where it fits

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.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Scalekit.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
CursorEdit ~/.cursor/mcp.json, or open **Cursor Settings → MCP → Add New Global MCP Server** and paste the config:
WindsurfThe Windsurf tool exposed by this server.
CodexThe Codex tool exposed by this server.
OpenCodeThe OpenCode tool exposed by this server.
KiroThe Kiro tool exposed by this server.
WarpGo to **Settings → MCP Servers → Add MCP Server** and enter https://mcp.scalekit.com/, or add to your Warp MCP config:
list_environmentsThe list_environments tool exposed by this server.
get_environment_detailsThe get_environment_details tool exposed by this server.
list_environment_rolesThe list_environment_roles tool exposed by this server.
create_environment_roleThe create_environment_role tool exposed by this server.
list_environment_scopesThe list_environment_scopes tool exposed by this server.
create_environment_scopeThe create_environment_scope tool exposed by this server.
list_workspace_membersThe list_workspace_members tool exposed by this server.
invite_workspace_memberThe invite_workspace_member tool exposed by this server.

How to install the Scalekit MCP server

{
  "mcpServers": {
    "scalekit": {
      "type": "streamable-http",
      "url": "https://mcp.scalekit.com/"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Scalekit to Cursor.
  • Use Scalekit to Windsurf.
  • Use Scalekit to Codex.

Frequently asked questions

It connects Scalekit to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Cursor, Windsurf, Codex, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Scalekit directly.