Skip to main content
Glama

Folderr

Official
by folderr-tech

フォルダMCPサーバー

Folderr の API と対話するためのツール、特に Folderr アシスタントの管理と通信を提供するモデル コンテキスト プロトコル (MCP) サーバー。

インストール

MCP設定に追加する

{ "mcpServers": { "folderr": { "command": "npx", "args": ["-y", "@folderr/folderr-mcp-server"] } } }

特徴

サーバーは次のツールを提供します。

認証

次の 2 つの認証方法がサポートされています。

  1. メールアドレス/パスワードでログイン
    { "name": "login", "arguments": { "email": "user@example.com", "password": "your-password" } }
  2. APIトークン認証
    { "name": "set_api_token", "arguments": { "token": "your-api-token" } }
    APIトークンはFolderr開発者セクションから生成できます。この方法は、自動化されたプロセスや長時間実行されるプロセスに推奨されます。

アシスタントマネジメント

  1. リストアシスタント
    { "name": "list_assistants", "arguments": {} }
    認証されたユーザーが利用できるすべてのアシスタントのリストを返します。
  2. アシスタントに質問
    { "name": "ask_assistant", "arguments": { "assistant_id": "assistant-id", "question": "Your question here" } }
    特定のアシスタントに質問を送信し、回答を受け取ります。

構成

サーバーは、次の内容を含む構成をconfig.jsonファイルに保存します。

  • Folderr API のベース URL
  • 認証トークン(ログインまたはAPIキーから)

エラー処理

サーバーは、一般的なシナリオに対して詳細なエラー メッセージを提供します。

  • 認証失敗
  • 無効なリクエスト
  • APIエラー
  • ネットワークの問題

発達

サーバーを構築するには:

npm install npm run build

MCP設定での使用

MCP 設定構成に以下を追加します。

{ "mcpServers": { "folderr": { "command": "node", "args": ["/path/to/folderr-server/build/index.js"] } } }

認証フロー

  1. どちらか:
    • メールアドレスとパスワードでloginツールを使用する
    • Folderrの開発者セクションからAPIトークンを使用してset_api_tokenツールを使用する
  2. 認証トークンは自動的に保存され、後続のリクエストに使用されます。
  3. すべてのアシスタント関連ツールは使用前に認証が必要です

エラーメッセージ

一般的なエラー メッセージとその意味:

  • 「ログインしていません」: 認証トークンが設定されていません
  • 「ログインに失敗しました」: 資格情報が無効です
  • 「アシスタントのリストを取得できませんでした」: アシスタントリストの取得中にエラーが発生しました
  • 「アシスタントに質問できませんでした」: アシスタントに質問を送信中にエラーが発生しました
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Folderr の API と対話するためのツール、特にFolderrアシスタントの管理と通信を提供するモデル コンテキスト プロトコル (MCP) サーバー。

  1. インストール
    1. 特徴
      1. 認証
      2. アシスタントマネジメント
    2. 構成
      1. エラー処理
        1. 発達
          1. MCP設定での使用
            1. 認証フロー
              1. エラーメッセージ

                Related MCP Servers

                • A
                  security
                  A
                  license
                  A
                  quality
                  A beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.
                  Last updated -
                  3
                  251
                  61
                  JavaScript
                  Apache 2.0
                • -
                  security
                  A
                  license
                  -
                  quality
                  MCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.
                  Last updated -
                  0
                  4
                  TypeScript
                  MIT License
                • -
                  security
                  A
                  license
                  -
                  quality
                  MCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.
                  Last updated -
                  2
                  3
                  TypeScript
                  MIT License
                • A
                  security
                  F
                  license
                  A
                  quality
                  A specialized server that helps users create new Model Context Protocol (MCP) servers by providing tools and templates for scaffolding projects with various capabilities.
                  Last updated -
                  8
                  2
                  TypeScript

                View all related MCP servers

                MCP directory API

                We provide all the information about MCP servers via our MCP API.

                curl -X GET 'https://glama.ai/api/mcp/v1/servers/folderr-tech/folderr-mcp-server'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server