dust-mcp-server
Installation
SKILL.md
MCP Server Runbook: Adding Internal MCP Server Integrations for Remote Platforms
This runbook provides step-by-step instructions for creating new internal MCP server integrations in Dust that connect to remote platforms (e.g., Jira, HubSpot, Salesforce, etc.).
Quick Reference
File Structure
front/lib/api/actions/servers/{provider}/
├── metadata.ts # Tool metadata and server info using createToolsRecord
├── tools/index.ts # Tool handlers with exhaustive Record type
├── index.ts # Server creation and tool registration
├── client.ts # API client (optional)
└── helpers.ts # Helper functions (optional)