Dust MCP Server
未申請A 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.
インストール
docker run -p 3000:3000 --env-file .env dust-mcp-server未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(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