Folderr
OfficialフォルダMCPサーバー
Folderr の API と対話するためのツール、特に Folderr アシスタントの管理と通信を提供するモデル コンテキスト プロトコル (MCP) サーバー。
インストール
MCP設定に追加する
{
"mcpServers": {
"folderr": {
"command": "npx",
"args": ["-y", "@folderr/folderr-mcp-server"]
}
}
}Related MCP server: Filesystem MCP Server
特徴
サーバーは次のツールを提供します。
認証
次の 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エラー
ネットワークの問題
発達
サーバーを構築するには:
npm install
npm run buildMCP設定での使用
MCP 設定構成に以下を追加します。
{
"mcpServers": {
"folderr": {
"command": "node",
"args": ["/path/to/folderr-server/build/index.js"]
}
}
}認証フロー
どちらか:
メールアドレスとパスワードで
loginツールを使用するFolderrの開発者セクションからAPIトークンを使用して
set_api_tokenツールを使用する
認証トークンは自動的に保存され、後続のリクエストに使用されます。
すべてのアシスタント関連ツールは使用前に認証が必要です
エラーメッセージ
一般的なエラー メッセージとその意味:
「ログインしていません」: 認証トークンが設定されていません
「ログインに失敗しました」: 資格情報が無効です
「アシスタントのリストを取得できませんでした」: アシスタントリストの取得中にエラーが発生しました
「アシスタントに質問できませんでした」: アシスタントに質問を送信中にエラーが発生しました
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceA simple MCP server for interacting with OpenAI assistants. This server allows other tools (like Claude Desktop) to create and interact with OpenAI assistants through the Model Context Protocol.939MIT
- FlicenseNot gradedqualityFmaintenanceA Model Context Protocol server that extends AI capabilities by providing file system access and management functionalities to Claude or other AI assistants.1465
- AlicenseNot gradedqualityBmaintenanceA Model Context Protocol (MCP) server implementation that enables AI assistants to interact with Anytype's API through natural language, allowing users to manage their knowledge base through conversation.1,112500MIT
- FlicenseBqualityDmaintenanceA Model Context Protocol server implementation that can be run directly or through Docker, enabling AI assistants to interact with external systems through the MCP standard.2
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP (Model Context Protocol) server for Appwrite
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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