marvin-mcp-server
0
The marvin-mcp-server is a Model Context Protocol server designed to work with amazing marvin. It focuses on providing easy setup and a set of development tools for installing and testing the server effectively.
Overview
MCP server for amazing marvin.
Usage
Install the package using pip, or with a dependency manager like uv.
Development
- Install git and uv.
- Clone the repository and run setup commands.
Tests and code quality
- Format code with
uv run just format
. - Lint code with
uv run just lint
. - Run tests with
uv run just test
.