Roo MCP サーバー

by taka-ganasu

383 downloads
Not rated
GitHub

Description

# Roo MCP サーバー これは、Roo Code のための MCP サーバーです。このサーバーは、基本的なツールを提供します。 ## 前提条件 - [Deno](https://deno.com/) がインストールされていること ## 起動方法 ```bash # サーバーの起動 deno task start # 開発モードでの起動(変更を監視して自動再起動) deno task dev ``` ## テスト実行 ```bash # テストの実行 deno task test ``` ## 提供するツール ### getStringLength…

About

# Roo MCP サーバー これは、Roo Code のための MCP サーバーです。このサーバーは、基本的なツールを提供します。 ## 前提条件 - [Deno](https://deno.com/) がインストールされていること ## 起動方法 ```bash # サーバーの起動 deno task start # 開発モードでの起動(変更を監視して自動再起動) deno task dev ``` ## テスト実行 ```bash # テストの実行 deno task test ``` ## 提供するツール ### getStringLength 文字列の長さを返すツール **パラメータ:** - `input`…

Details

Author
taka-ganasu
Downloads
383
Categories
Other

- Calculate the length of any string (getStringLength)
- Retrieve GitHub repository information (getGitHubRepoInfo)
- Fetch file or directory contents from a GitHub repo (getGitHubRepoContents)
- List repository issues with optional state filtering (getGitHubIssues)
- Get commit history with optional path filtering (getGitHubCommits)
- All GitHub tools support configurable page sizes (up to 100 items)

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Roo MCP サーバー
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Ensure Deno is installed. Start the server with deno task start (or deno task dev for development mode with auto‑restart on changes). Register the server in Roo Code by editing cline_mcp_settings.json and adding a configuration entry with command deno and arguments pointing to src/server.ts with appropriate permissions (--allow-net, --allow-env, --allow-read). Restart Roo Code to activate the tools.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "roo mcp \u30b5\u30fc\u30d0\u30fc": {
            "roo-mcp-server": {
                "command": "deno",
                "args": [
                    "task",
                    "start"
                ]
            }
        }
    }
}

McpServers

{
    "roo-mcp-server": {
        "command": "deno",
        "args": [
            "task",
            "start"
        ]
    }
}

Roo MCP サーバー

これは、Roo Code のための MCP サーバーです。このサーバーは、基本的なツールを提供します。

前提条件

- Deno がインストールされていること

起動方法

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.