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.
marvin-mcp-server
Overview
MCP server for amazing marvin.
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, uv.
- git clone this repo:
git clone https://github.com/tsvikas/marvin-mcp-server.git
orgh 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
/...
This server cannot be installed
A server for managing and controlling Marvin, providing an interface for interacting with the Marvin system.
Related MCP Servers
- -securityFlicense-qualityA Machine Control Protocol server providing programmatic access to Splunkbase functionality, allowing users to search, download, and manage Splunkbase apps through a standardized interface.Last updated -Python
- -securityFlicense-qualityA centralized server that tracks and manages connected agents, providing a web interface to monitor their status while enabling agent communication through a central point.Last updated -Python
- -securityFlicense-qualityA management service that orchestrates multiple server processes organized into logical sections, providing centralized control for starting, stopping, and monitoring servers with support for containerization.Last updated -Python
- -securityFlicense-qualityA modern, extensible server that provides a unified interface to control and interact with various macOS applications through plugins.Last updated -Python