marvin-mcp-server
概要
素晴らしいマーヴィンのための MCP サーバー。
使用法
pip または uv などの依存関係マネージャーを使用してパッケージをインストールします。
コードにパッケージをインポートします。
発達
はじめる
このリポジトリを git clone します:
git clone https://github.com/tsvikas/marvin-mcp-server.git
またはgh repo clone tsvikas/marvin-mcp-server.git
uv run just prepare
テストとコード品質
コードをフォーマットするには、
uv run just format
使用します。リンティング エラーを確認するには
uv run just lint
を使用します。テストを実行するには、
uv run just test
を使用します。すべてのチェック (フォーマット、lint、テスト、および事前コミット) を実行するには
uv run just check
を使用します。uv run pytest
/ruff
/mypy
/black
/pre-commit
/... を使用して、特定のツールを直接実行します。
This server cannot be installed
Marvin を管理および制御するためのサーバー。Marvin システムと対話するためのインターフェースを提供します。
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 -
- -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 -
- -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 -
- -securityFlicense-qualityA modern, extensible server that provides a unified interface to control and interact with various macOS applications through plugins.Last updated -