MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP server by m-shigemori

Created 3/18/2026
Updated about 19 hours ago
Repository documentation and setup instructions

Gemini MCP Automation Suite

Contributors Forks Stargazers Issues License

JA | EN

Ubuntu 24.04環境において Gemini CLI と GitHub MCP サーバーを迅速かつ安全に自動構築するためのツールスイートです. 煩雑な環境構築手順を一つのスクリプトで完結させ,開発効率を最大化します.

主な機能

  • 自動環境構築:Node.js 22 (via nvm) の導入からパッケージインストールまでを自動化します.
  • 安全な認証管理:対話形式で GitHub トークンを取得し,.bashrc へ安全にセットします.
  • 設定同期:MCP サーバー用 settings.json およびカスタムシステムプロンプトを自動配置します.
  • ポータビリティ:リポジトリをクローンして実行するだけで,即座に同一の AI 開発環境を再現可能です.

インストール

リポジトリのルートで以下のコマンドを実行してください.

bash setup.sh

このスクリプトは,Node.js のセットアップ,必要なライブラリのインストール,設定ファイルの配置などを自動的に行います.

※設定を反映させるため,実行後に以下のコマンドで ~/.bashrc を再読み込みしてください.

source ~/.bashrc

使用方法

Gemini CLI の起動

gemini

必要条件

  • OS: Linux (Ubuntu 24.04 推奨)
  • curl, git

ライセンス

MIT License

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/m-shigemori/gemini_mcp_suite
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "m-shigemori-gemini-mcp-suite": { "command": "git", "args": [ "clone", "https://github.com/m-shigemori/gemini_mcp_suite" ] } } }