# Dynoxide documentation
- [Installation](installation.md) - npm, Homebrew, Cargo, pre-built binaries, GitHub Actions, and Docker
- [HTTP server](http-server.md) - running the DynamoDB-compatible HTTP API
- [MCP server](mcp.md) - the Model Context Protocol server for coding agents
- [MCP data model](mcp-data-model.md) - the `--data-model` format reference
- [DynamoDB Streams](streams.md) - enabling and reading stream records
- [Import CLI](import.md) - loading data, table filtering, and anonymisation
- [WebAssembly (preview)](wasm.md) - the browser build and embed contract
- [Using as a Rust library](library.md) - embedded mode and feature flags
- [Compatibility](compatibility-summary.md) - operation, expression, and PartiQL coverage versus DynamoDB
- [Releasing](RELEASING.md) - release cadence and process
- [RFCs](rfcs/) - proposing substantial changes
- [Architecture decision records](adr/) - recorded decisions