mcp-server-dust-Py
This project is an MCP server facilitating integration with Dust.tt AI agents. It features cognition-oriented capabilities such as systems thinking and offers API support for multiple cloud providers. The server is modular and supports various integrations including web navigation and RAG.
MCP Server for Dust Agent Integration
A custom Multi-Cloud Provider (MCP) server designed to integrate with Dust.tt agent platform via HTTP. This server provides access to Dust AI agents with functionalities like API integration with systems thinking agents, RAG support, and web navigation capabilities.
Features
- API connection to Dust.tt AI agents
- Systems thinking agent integration
- Retrieval Augmented Generation (RAG) support
- Web navigation capabilities
- Modular code structure
- Simplified MCP tool interface
Configuration
- Python 3.10 or higher is required.
- Clone the repository and create a virtual environment.
- Configure Dust Agent in an
.env
file using the provided template.
Running the Server
Start the server using the command: python server.py
. The server connects to Dust agents and runs until stopped manually.
Documentation
For detailed information, refer to the comprehensive documentation within the project.