@coretext-ai/qa-dust-23f73967-2147-472f-8809-58fa25a60be7
v1.0.4
Published
MCP server with dust integration
Readme
dust-mcp-server
MCP server with dust integration
This MCP server was generated using the Template Orchestrator and includes the following integrations:
Available Tools
This MCP server provides 19 tools across 1 integrations:
Dust Tools
- dust_list_agents: Get all agent configurations for the workspace
- dust_get_agent: Get specific agent configuration by ID
- dust_create_conversation: Create a new conversation with an agent
- dust_get_conversation: Get conversation details and messages
- dust_post_message: Post a new message to an existing conversation
- dust_create_content_fragment: Create a content fragment to provide context to agents
- dust_get_data_sources: Get data sources in a workspace space
- dust_upload_document: Upload a document to a data source
- dust_get_document: Get a specific document from a data source
- dust_delete_document: Delete a document from a data source
- dust_search_workspace: Search across workspace content
- dust_get_workspace_usage: Get workspace usage analytics and statistics
- dust_list_spaces: List all spaces in the workspace
- dust_get_space: Get details of a specific space
- dust_create_app_run: Create and execute an app run
- dust_get_app_runs: List app runs for a specific app
- dust_get_app_run: Get details of a specific app run
- dust_submit_feedback: Submit feedback for an agent message
- dust_delete_feedback: Delete feedback for an agent message
Installation
npm install @coretext-ai/qa-dust-23f73967-2147-472f-8809-58fa25a60be7Environment Setup
Create a .env file with the following variables:
DUST_API_KEY=your_dust_api_key_hereUsage
Running the server
# Development mode
npm run dev
# Production mode
npm run build && npm startUsing with Claude Desktop
Add this to your Claude Desktop configuration:
{
"mcpServers": {
"dust-mcp-server": {
"command": "npx",
"args": ["@coretext-ai/qa-dust-23f73967-2147-472f-8809-58fa25a60be7"],
"env": {
"DUST_API_KEY": "your_dust_api_key_here"
}
}
}
}Instructions for Fetching API Keys/Tokens
- COMING SOON
Generated Information
- Generated at: Thu Jul 24 2025 02:58:13 GMT+0000 (Coordinated Universal Time)
- Orchestrator version: 0.0.2
- Template repository: Coretext-AI-Dev/server-template-v2
- Total endpoints: 19
