Edit ~/.claude/settings.json:
{
"mcpServers": {
"cloud189": {
"command": "npx",
"args": ["-y", "@codesentryai/cloud189-mcp"]
}
}
}Or with globally installed binary:
{
"mcpServers": {
"cloud189": {
"command": "cloud189-mcp"
}
}
}Edit ~/.cursor/mcp.json:
{
"mcpServers": {
"cloud189": {
"command": "npx",
"args": ["-y", "@codesentryai/cloud189-mcp"]
}
}
}Use the globally installed binary:
{
"mcpServers": {
"cloud189": {
"command": "cloud189-mcp"
}
}
}Or via npx:
{
"mcpServers": {
"cloud189": {
"command": "npx",
"args": ["-y", "@codesentryai/cloud189-mcp"]
}
}
}Edit your MCP settings JSON:
{
"mcpServers": {
"cloud189": {
"command": "npx",
"args": ["-y", "@codesentryai/cloud189-mcp"]
}
}
}After adding the config, restart your agent/IDE and verify:
# Should show cloud189-mcp in the list of connected MCP servers
# Try: "List files in my cloud189 root folder"
Or test the binary directly:
# Send a JSON-RPC initialize request
echo '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"test","version":"1.0"}}}' | cloud189-mcp