Dust MCP Server
UnclaimedA TypeScript MCP server bridging Dust.tt agents with external tools via JSON-RPC, SSE, and secure API integration. Implements MCP specs/sdk for Claude Desktop compatibility, featuring session management, real-time streaming, and Dust API connectivity.
Install
docker run -p 3000:3000 --env-file .env dust-mcp-serverUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (15)
agentId
(string, required): The ID of the agent to query
context
(object, optional): Additional context for the query
dust_agent_query
Send a query to a Dust agent.
dust_create_session
Create a new session with a Dust agent.
dust_end_session
End an active session.
dust_get_agent
Get details of a specific agent.
dust_get_session
Get details of a specific session.
dust_list_agents
List all available Dust agents in the configured workspace.
files
(Array<{ name: string; content: string }>, optional): Files to include with the message
includeDetails
(boolean, optional): Whether to include detailed agent information
limit
(number, optional): Maximum number of agents to return (default: 10)
message
(string, required): The message to send to the agent
query
(string, required): The query to send to the agent
sessionId
(string, optional): Session ID for continuing a conversation
view
(string, optional): View type for filtering agents