modal-mcp-toolbox

A collection of tools for your LLMs that run on Modal

GitHubスター

22

ユーザー評価

未評価

お気に入り

0

閲覧数

12

フォーク

3

イシュー

2

インストール方法
難易度
中級
推定所要時間
10-20

インストール方法

Installation depends on the client that uses the MCP. Here is instructions for Claude and Goose. Got to Settings > Developer in the Claude Desktop App. And click on Edit Config. ![🖼️Claude Settings](./assets/claude-settings.png) Add the config for the mcp server. My config looks like this:
json
{
  "mcpServers": {
    "modal-toolbox": {
      "command": "uvx",
      "args": ["modal-mcp-toolbox"]
    }
  }
}
Go to Settings and Click on Add. ![🖼️Goose Settings](./assets/goose-settings-1.png) Then add an extension like in the screenshot below. The important part is to set command to: ``` uvx modal-mcp-toolbox

追加リソース