Web platform · MCP · additional to local

KE Dev OS
Platform

Local OS is the product. This page is the real web half: hosted MCP tools, connector catalog, and remote proxy — so Claude / Grok / Cursor can plug in. Below it, the arsenal: the sub-platforms built on the OS.

MCP endpoint · /api/v1/mcp · the arsenal · capability map · wiki

Local OS (primary)

Checking…

Full product: fleets, Studio, Forge, file agents, integrations.

This web platform

MCP + connectors

Additional surface — not a fake chat box. Hosted MCP for real connectors.

Connector endpoint

https://kestudios.dev/api/v1/mcp

Paste into Claude custom connector, Grok remote MCP, or Cursor.

Hosted MCP tools

Run platform tools

Live tools/list + tools/call against /api/v1/mcp. Same endpoint custom connectors use.

Remote connectors

Proxy tools over MCP

List tools on any public HTTPS MCP endpoint (Vercel, Linear, Sentry, Dials…). Uses ke_mcp_proxy with SSRF guards — no private IPs. Auth stays in your browser request.

Connector catalog

Wire real services

Built for custom connectors over MCP — not marketing copy. Hosted KE MCP on this site; local OS for the full stack; third-party MCP where the platform already ships one.

KE Dev OS Platform

ke · hosted

Native MCP for this site — flagship identity, install, wiki, connector catalog, remote tool proxy.

https://kestudios.dev/api/v1/mcp

Add as custom connector: URL https://kestudios.dev/api/v1/mcp (no auth for public tools). Optional bearer KE_MCP_TOKEN if set on the host.

ke_flagshipke_installke_wiki_listke_wiki_getke_connectors_list

KE Dev OS Local

ke

Full local OS after install — fleets, Studio, Forge, file tools, integrations. Computation stays on your machine.

http://127.0.0.1:7430/mcp

Install: curl -fsSL https://kestudios.dev/downloads/ke-dev-os-install.sh | bash · then prism dashboard. Wire local MCP when the client exposes /mcp; until then use CLI + dashboard.

dashboardfleetstudioforgeinteg

Vercel

infra

Deployments, projects, env, domains — official Vercel MCP.

https://mcp.vercel.com

Grok: grok mcp add --transport http vercel https://mcp.vercel.com · Claude: Settings → Connectors → Vercel. OAuth required.

list_projectsdeploylist_deploymentsget_deployment

GitHub

dev

Repos, PRs, issues, code search via GitHub MCP.

Use official @modelcontextprotocol/server-github (stdio) or GitHub remote MCP when available. PAT with least privilege.

create_issuelist_pull_requestssearch_codecreate_pull_request

Linear

ops

Engineering issues and projects.

https://mcp.linear.app/mcp

grok mcp add --transport http linear https://mcp.linear.app/mcp · OAuth or API key per Linear docs.

list_issuescreate_issueupdate_issuelist_teams

Sentry

ops

Error tracking and issue triage.

https://mcp.sentry.dev/mcp

grok mcp add --transport http sentry https://mcp.sentry.dev/mcp

search_issuesget_issueanalyze_issue

Claude Dials

product

KE Studios dials connector — tune agent instructions live.

https://dial.kestudios.dev/mcp

Generate a free token at dial.kestudios.dev · paste endpoint + token into a custom connector.

get_dialsset_dialapply_preset

Notion

ops

Company wiki / pages (local client: prism notion).

Local: prism notion status · or Notion MCP remote when configured.

searchcreate_pageread_page

Slack

ops

Team chat (local client: prism slack).

Local: export SLACK_BOT_TOKEN=xoxb-… · prism slack test

list_channelspost_message

Connect from your agent

Grok Build

grok mcp add --transport http ke-platform \
  https://kestudios.dev/api/v1/mcp

# or config.toml
[mcp_servers.ke-platform]
url = "https://kestudios.dev/api/v1/mcp"

Claude.ai custom connector

Settings → Connectors → Add custom connector
URL:  https://kestudios.dev/api/v1/mcp
Auth: none (or Bearer if KE_MCP_TOKEN is set)

curl -s -X POST https://kestudios.dev/api/v1/mcp \
  -H 'content-type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
The arsenal

Sub-platforms built on the OS

KE Dev OS isn't one app — it's the platform a whole product line runs on. Commerce, email, inventory, media, office, game servers: each is a real sub-platform, live, and wired back into the OS. Click into any of them right now.

Every card above is a real product with its own screenshot — the full portfolio lives at /work.