# Prism — install endpoint

This is an MCP server. Point your coding agent at it and ask it to install Prism; it will fetch
the right precompiled libraries + headers from the CDN and wire your build flags. No signing,
no package manager.

## Connect your agent

```sh
claude mcp add --transport http prism https://agent.kinogaki.com/mcp
```

(Codex / any MCP client: add an HTTP MCP server with URL https://agent.kinogaki.com/mcp .)

Then just say: "install Prism Core" (or core, codecs, platform, ui). The agent calls:

  - list_libraries  — what's available
  - install_plan({libraries}) — download URLs, SHA-256s, and the exact `c++` flags

Docs: https://prism.kinogaki.com
