Botpress

Botpress

Botpress is an open-source platform for building, deploying, and managing chatbots.

245VIEWS
3USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app botpressnpx @composio/cli add cursor --app botpressnpx @composio/cli add cursor --app botpressnpx @composio/cli add cursor --app botpress

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Delete File

Tool to delete a file by its id or key. use after confirming the file exists.

Get Account

Tool to get details of the authenticated account. use after confirming valid credentials.

List Bot Issues

Tool to list issues associated with a specific bot. use when you need to discover errors or configuration problems tied to a bot, optionally paginating through results.

List Conversations

Tool to list all conversations. use when you need to retrieve and page through chat threads.

List File Tags

Tool to list all tags used across all bot files. use when you need to retrieve or display file tag metadata; supports pagination via nexttoken.

List File Tag Values

Tool to list all values for a given file tag across all files. use after determining the tag name; supports pagination via nexttoken.

List Public Workspaces

Tool to retrieve a list of public workspaces. use when browsing publicly available workspaces before selection.

List Workspaces

Tool to retrieve a list of workspaces. use when you need to list and page through your botpress workspaces, optionally filtering by handle.

8 actions available