Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Github Mcp Server Practice

FreeNot checked

Practice repository for MCP server implementation

GitHubEmbed

About

Practice repository for MCP server implementation

README

このリポジトリは、GitHub MCP Serverの練習用リポジトリです。

プロジェクトの目的

  • GitHubの基本的な操作の練習
  • ブランチの作成と管理
  • Pull Requestの作成とレビュー

現在の実装

フィボナッチ数列を計算するための異なるアプローチを実装したPythonプログラムが含まれています。

実装された機能

  1. 再帰的アプローチ(fibonacci_recursive)
  2. 反復的アプローチ(fibonacci_iterative)
  3. 数列生成機能(fibonacci_sequence)

使用方法

# 最初の10項を生成
print(fibonacci_sequence(10))

# 第10項を計算
print(fibonacci_iterative(10))

性能比較

  • 再帰的アプローチ: 理解しやすいが、大きな数に対しては非効率
  • 反復的アプローチ: より効率的で、大きな数の計算に適している

from github.com/soso0024/github-mcp-server-practice

Installing Github Mcp Server Practice

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/soso0024/github-mcp-server-practice

FAQ

Is Github Mcp Server Practice MCP free?

Yes, Github Mcp Server Practice MCP is free — one-click install via Unyly at no cost.

Does Github Mcp Server Practice need an API key?

No, Github Mcp Server Practice runs without API keys or environment variables.

Is Github Mcp Server Practice hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Github Mcp Server Practice in Claude Desktop, Claude Code or Cursor?

Open Github Mcp Server Practice on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Github Mcp Server Practice with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs