mcp-server-experiments
Experimenting creating MCP servers to understand the workflow (IIB project in mind)
GitHubスター
0
ユーザー評価
未評価
お気に入り
0
閲覧数
6
フォーク
0
イシュー
0
README
MCP Server Experiments
This repository contains two example projects:
- flowchart-gen: Generates Graphviz flowcharts from input data in the DOT format.
- weather-example: Demonstrates a simple weather server using the Model Context Protocol (MCP).
Setup Instructions
1. Clone the Repository
git clone <repo-url>
cd mcp-server-experiments
2. Setup and Run Each Project
For flowchart-gen
:
cd flowchart-gen
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
For weather-example
:
cd weather-example
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
you may also have to install mcp
pip install "mcp[cli]"
4. Run the Development Server
mcp dev flowchart.py # For flowchart-gen
mcp dev weather.py # For weather-example
You may need to adjust the command and argument fields before connecting to the server - It works with the setup depicted below:
5. Configure Gemini CLI
Update your ~/.gemini/settings.json
to point to your local server as described in the MCP Quickstart.
If gemini makes a flowchart the image will appear in \flowchart-gen
as flowchart.png
:
作者情報
2
フォロワー
10
リポジトリ
0
Gist
0
貢献数