> ## Documentation Index
> Fetch the complete documentation index at: https://docs.membrane.agency/llms.txt
> Use this file to discover all available pages before exploring further.

# SDKs

Membrane provides SDKs for building integrations in your preferred language and framework.

| SDK                                                       | Package                       | Description                                              |
| --------------------------------------------------------- | ----------------------------- | -------------------------------------------------------- |
| [TypeScript / JavaScript](/docs/ways-to-use-membrane/sdk) | `@membranehq/sdk`             | Core SDK with typed accessors for all Membrane resources |
| [React](/docs/ways-to-use-membrane/sdk/react)             | `@membranehq/react`           | React hooks and pre-built UI components                  |
| [Vue.js](/docs/ways-to-use-membrane/sdk/vue)              | `@membranehq/react` (adapter) | Vue composables wrapping the core SDK                    |
| [CLI](/docs/ways-to-use-membrane/cli)                     | `@membranehq/cli`             | Command-line interface for managing integrations         |

## Install

```bash theme={null}
# Core SDK
npm install @membranehq/sdk

# React SDK (includes core SDK)
npm install @membranehq/react

# CLI
npm install -g @membranehq/cli
```

## See Also

* [REST API](/docs/ways-to-use-membrane/rest-api) — direct API access without an SDK
* [MCP Server](/docs/ways-to-use-membrane/mcp) — expose Membrane as tools for AI agents
* [CSP Rules](/docs/ways-to-use-membrane/sdk/csp-rules) — Content Security Policy configuration for browser usage
