Skip to content

MDPModel Drive Protocol

The ultimate solution for connecting models with everything.

Abstract diagram of MDP connecting models and runtimes
For Browsers, IDEs, Apps, and Local Agents

Let models call runtime capabilities directly.

You do not need to rebuild browsers, IDEs, apps, or local processes as services. Register the capability, then expose it through one fixed bridge.

1stable bridge for every host
3path types: endpoints / prompts / skills
2transport modes: WebSocket / HTTP loop
01

Pick A Path

Pick the entry point, then go deeper only when you need to.

02

Typical Flow

From runtime to agent in four steps.

01

Configure the bridge

Start the server CLI and configure it in your MCP tool.

02

Connect runtimes

Connect one or more clients.

03

Register path catalogs

Register endpoints, prompts, and skills.

04

Call them through MCP

Use them from any MCP-capable tool.

03

Good Fits

Best when the capability must stay inside the runtime that owns it.

Browser and extension session capabilities
IDE features tied to local workspace state
App-local, device-local, or process-local actions
Local agent or backend flows exposed through MCP
Need exact formats? Go to Tools, APIs, Protocol Reference, or Playground.

Model Drive Protocol