Metadata-Version: 2.4
Name: cnb-rs-mcp
Version: 1.0.0rc2
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Rust
Classifier: Topic :: Software Development :: Version Control :: Git
Summary: CNB MCP Server — Rust-native MCP server for the CNB platform (cnb.cool)
Keywords: cnb,cli,mcp,model-context-protocol,ai,claude
Author: wwvo
License-Expression: GPL-3.0-or-later
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Documentation, https://cnb-rs.pages.dev
Project-URL: Homepage, https://cnb.cool/wwvo/cnb-rs/cnb-rs
Project-URL: Issues, https://cnb.cool/wwvo/cnb-rs/cnb-rs/-/issues
Project-URL: Repository, https://cnb.cool/wwvo/cnb-rs/cnb-rs

# cnb-rs-mcp

[![PyPI][badge-pypi]][pypi]
[![Python][badge-python]][pypi]
[![Downloads][badge-downloads]][pypi]
[![Release][badge-release]][cnb-releases]
[![CNB Repo][badge-cnb]][cnb-repo]
[![License][badge-license]][license]

CNB MCP Server — a Rust-native [Model Context Protocol][mcp] server for the [CNB][cnb] platform (cnb.cool).

## Requirements

- Python >= 3.8

## Installation

```bash
# Using uv (recommended)
uvx cnb-rs-mcp

# Using pipx
pipx install cnb-rs-mcp

# Using pip
pip install cnb-rs-mcp
```

## Usage

Once installed, the `cnb-rs-mcp` binary is available on your PATH:

```bash
cnb-rs-mcp --help
```

You can also invoke it via Python:

```bash
python -m cnb_rs_mcp --help
```

Configure it as an MCP server in your AI client (Claude, Cursor, Windsurf, etc.) by pointing the command at `cnb-rs-mcp`.

## Links

- [Homepage][cnb-repo]
- [Documentation][docs]
- [Issues][issues]

## License

[GPL-3.0-or-later][license]

<!-- badges -->

[badge-pypi]: https://img.shields.io/pypi/v/cnb-rs-mcp?style=flat-square
[badge-python]: https://img.shields.io/pypi/pyversions/cnb-rs-mcp?style=flat-square
[badge-downloads]: https://img.shields.io/pypi/dm/cnb-rs-mcp?style=flat-square
[badge-release]: https://cnb.cool/wwvo/cnb-rs/cnb-rs/-/badge/release
[badge-cnb]: https://img.shields.io/badge/CNB-wwvo%2Fcnb--rs-2F80ED?style=flat-square&logo=cloudnativebuild&logoColor=white
[badge-license]: https://img.shields.io/pypi/l/cnb-rs-mcp?style=flat-square

<!-- links -->

[pypi]: https://pypi.org/project/cnb-rs-mcp/
[cnb-releases]: https://cnb.cool/wwvo/cnb-rs/cnb-rs/-/releases
[cnb-repo]: https://cnb.cool/wwvo/cnb-rs/cnb-rs
[cnb]: https://cnb.cool
[mcp]: https://modelcontextprotocol.io
[docs]: https://cnb.wwvo.fun
[issues]: https://cnb.cool/wwvo/cnb-rs/cnb-rs/-/issues
[license]: https://cnb.cool/wwvo/cnb-rs/cnb-rs/-/blob/main/LICENSE

