フォルダMCPサーバー
Folderr の API と対話するためのツール、特に Folderr アシスタントの管理と通信を提供するモデル コンテキスト プロトコル (MCP) サーバー。
インストール
MCP設定に追加する
特徴
サーバーは次のツールを提供します。
認証
次の 2 つの認証方法がサポートされています。
メールアドレス/パスワードでログイン
{ "name": "login", "arguments": { "email": "user@example.com", "password": "your-password" } }APIトークン認証
{ "name": "set_api_token", "arguments": { "token": "your-api-token" } }APIトークンはFolderr開発者セクションから生成できます。この方法は、自動化されたプロセスや長時間実行されるプロセスに推奨されます。
アシスタントマネジメント
リストアシスタント
{ "name": "list_assistants", "arguments": {} }認証されたユーザーが利用できるすべてのアシスタントのリストを返します。
アシスタントに質問
{ "name": "ask_assistant", "arguments": { "assistant_id": "assistant-id", "question": "Your question here" } }特定のアシスタントに質問を送信し、回答を受け取ります。
構成
サーバーは、次の内容を含む構成をconfig.jsonファイルに保存します。
Folderr API のベース URL
認証トークン(ログインまたはAPIキーから)
エラー処理
サーバーは、一般的なシナリオに対して詳細なエラー メッセージを提供します。
認証失敗
無効なリクエスト
APIエラー
ネットワークの問題
発達
サーバーを構築するには:
MCP設定での使用
MCP 設定構成に以下を追加します。
認証フロー
どちらか:
メールアドレスとパスワードで
loginツールを使用するFolderrの開発者セクションからAPIトークンを使用して
set_api_tokenツールを使用する
認証トークンは自動的に保存され、後続のリクエストに使用されます。
すべてのアシスタント関連ツールは使用前に認証が必要です
エラーメッセージ
一般的なエラー メッセージとその意味:
「ログインしていません」: 認証トークンが設定されていません
「ログインに失敗しました」: 資格情報が無効です
「アシスタントのリストを取得できませんでした」: アシスタントリストの取得中にエラーが発生しました
「アシスタントに質問できませんでした」: アシスタントに質問を送信中にエラーが発生しました
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.
Tools
Folderr の API と対話するためのツール、特にFolderrアシスタントの管理と通信を提供するモデル コンテキスト プロトコル (MCP) サーバー。
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityA 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 -31663Apache 2.0
- -security-license-qualityMCP 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 -34MIT License
- -security-license-qualityMCP 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 -63MIT License
- -security-license-qualityA server implementation of the Model Context Protocol (MCP) that provides REST API endpoints for managing and interacting with MCP resources.Last updated -