BoondManager MCP Server for Cursor
io.github.fauguste/boondmanager-mcp-server
MCP Server for BoondManager API - 182 tools, 12 prompts, 22 resources (ERP/CRM)
client:Cursor
transport:stdio
runtime:npm
Install BoondManager MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"boondmanager-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"boondmanager-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs