Loading MCP server directory, please wait...
MCP server for SalesBuildr — quoting and sales workflows for MSPs.
npx @getmcp/cli add io.github.wyre-technology/salesbuildr-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
SALESBUILDR_API_KEYSalesBuildr API key used to authenticate against the SalesBuildr REST API
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/salesbuildr-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SALESBUILDR_API_KEY",
"-e",
"SALESBUILDR_BASE_URL",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/salesbuildr-mcp:v1.3.3"
],
"env": {
"SALESBUILDR_API_KEY": "",
"SALESBUILDR_BASE_URL": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}