marvin-mcp-server

tsvikas/marvin-mcp-server

3.1

If you are the rightful owner of marvin-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP server for amazing marvin.

marvin-mcp-server


Overview

MCP server for amazing marvin.

Usage

Install the package using pip, or with a dependency manager like uv:

pip install git+https://github.com/tsvikas/marvin-mcp-server.git`

and import the package in your code:

import marvin_mcp_server

Development

Getting started

  • install git, uv.
  • git clone this repo: git clone https://github.com/tsvikas/marvin-mcp-server.git or gh repo clone tsvikas/marvin-mcp-server.git
  • run uv run just prepare

Tests and code quality

  • use uv run just format to format the code.
  • use uv run just lint to see linting errors.
  • use uv run just test to run tests.
  • use uv run just check to run all the checks (format, lint, test, and pre-commit).
  • Run a specific tool directly, with uv run pytest/ruff/mypy/black/pre-commit/...