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

# Contributing

> How to contribute to Membase.
Report bugs, improve docs, add connectors, and submit pull requests.


Membase's connector kit (the MCP server and client integrations) is open source. Contributions of all sizes are welcome, from typo fixes to new connectors.

<CardGroup cols={2}>
  <Card title="Contributing Guide" icon="book" href="https://github.com/aristoapp/membase/blob/main/CONTRIBUTING.md">
    Development setup, PR workflow, and project conventions.
  </Card>

  <Card title="Report an Issue" icon="bug" href="https://github.com/aristoapp/membase/issues">
    File a bug report or request a feature on GitHub.
  </Card>

  <Card title="Code of Conduct" icon="handshake" href="https://github.com/aristoapp/membase/blob/main/CODE_OF_CONDUCT.md">
    What we expect from everyone in the community.
  </Card>

  <Card title="Discord Community" icon="discord" href="https://discord.gg/vHgtDd6UTK">
    Ask questions and discuss changes with maintainers before you start.
  </Card>
</CardGroup>

## Ways to contribute

* **Report bugs** or request features via [GitHub Issues](https://github.com/aristoapp/membase/issues).
* **Improve documentation** — install guides, architecture docs, or these pages.
* **Add or improve a connector** for a new or existing MCP host.
* **Report a security issue** privately — see [SECURITY.md](https://github.com/aristoapp/membase/blob/main/SECURITY.md).

Full setup steps and PR requirements live in [CONTRIBUTING.md](https://github.com/aristoapp/membase/blob/main/CONTRIBUTING.md) on GitHub.
