Enables code coverage analysis and reporting as indicated by the commented-out codecov badge section in the README.
Provides access to GitHub for repository management, code collaboration, and discussions through GitHub Discussions feature mentioned in the README badges.
Allows for package distribution through PyPI as shown in the commented-out future installation instructions and PyPI badges.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Marvin MCP Servercheck the status of my Marvin deployment"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
marvin-mcp-server
Overview
MCP server for amazing marvin.
Related MCP server: A2A MCP Server
Usage
Install the package using pip, or with a dependency manager like uv:
and import the package in your code:
Development
Getting started
install , .
git clone this repo:
git clone https://github.com/tsvikas/marvin-mcp-server.gitorgh repo clone tsvikas/marvin-mcp-server.gitrun
uv run just prepare
Tests and code quality
use
uv run just formatto format the code.use
uv run just lintto see linting errors.use
uv run just testto run tests.use
uv run just checkto run all the checks (format, lint, test, and pre-commit).Run a specific tool directly, with
uv run pytest/ruff/mypy/black/pre-commit/...