The Folderr MCP Server enables interaction with Folderr's API for managing assistants and workflows.
- Authentication: Login using email/password or authenticate with an API token.
- Assistant Management: List all available assistants and ask specific assistants questions.
- Workflow Management: List workflows, retrieve required inputs for workflows, and execute workflows with the necessary inputs.
Integrated with npm for installation, allowing the Folderr MCP server to be easily added via npx.
Supports TypeScript for defining tool arguments, providing type safety when interacting with Folderr's API.
Folderr MCP Server
A Model Context Protocol (MCP) server that provides tools to interact with Folderr's API, specifically for managing and communicating with Folderr Assistants.
Installation
Add to your MCP Settings
Features
The server provides the following tools:
Authentication
Two methods of authentication are supported:
- Login with Email/Password
- API Token AuthenticationAPI tokens can be generated from the Folderr developers section. This method is recommended for automated or long-running processes.
Assistant Management
- List AssistantsReturns a list of all available assistants for the authenticated user.
- Ask AssistantSend a question to a specific assistant and receive their response.
Configuration
The server stores its configuration in a config.json
file, which includes:
- Base URL for the Folderr API
- Authentication token (from login or API key)
Error Handling
The server provides detailed error messages for common scenarios:
- Authentication failures
- Invalid requests
- API errors
- Network issues
Development
To build the server:
Usage in MCP Settings
Add the following to your MCP settings configuration:
Authentication Flow
- Either:
- Use the
login
tool with email and password - Use the
set_api_token
tool with an API token from Folderr's developers section
- Use the
- The authentication token is automatically saved and used for subsequent requests
- All assistant-related tools require authentication before use
Error Messages
Common error messages and their meanings:
- "Not logged in": No authentication token is set
- "Login failed": Invalid credentials
- "Failed to list assistants": Error retrieving assistant list
- "Failed to ask assistant": Error sending question to assistant
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
A Model Context Protocol (MCP) server that provides tools to interact with Folderr's API, specifically for managing and communicating with Folderr Assistants.
- Installation
- Features
- Configuration
- Error Handling
- Development
- Usage in MCP Settings
- Authentication Flow
- Error Messages
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA 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 -367661JavaScriptApache 2.0
- -securityAlicense-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 -24TypeScriptMIT License
- -securityAlicense-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 -23TypeScriptMIT License
- AsecurityFlicenseAqualityA 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 -82TypeScript