# rowboatlabs/rowboat | Model Context Protocol (MCP) Server > Open-source AI coworker, with memory - **Stars**: ⭐ 17,001 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "rowboat": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-rowboat" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "rowboat": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-rowboat" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-rowboat` - **Docker**: `docker run -i --rm mcp/rowboat`