Cursor / Windsurf
Install the Noelclaw MCP skill in Cursor or Windsurf. No build step - runs via npx.
Requirement: Node.js >= 18.
Cursor
Via Settings UI
Open Cursor → Settings (Ctrl+, / Cmd+,)
Search MCP or navigate to Features → MCP
Click Add Server and fill in:
Name:
noelclawCommand:
npxArgs:
-y -p @noelclaw/mcp@3.43.1 noelclaw-mcp
Save and restart Cursor
Via Config File
Edit ~/.cursor/mcp.json:
{
"mcpServers": {
"noelclaw": {
"command": "npx",
"args": ["-y", "-p", "@noelclaw/mcp@3.43.1", "noelclaw-mcp"]
}
}
}Restart Cursor. Tools appear in Composer when using Agent mode.
Windsurf
Edit ~/.windsurf/mcp_config.json:
Restart Windsurf after saving.
Optional: With Environment Variables
See Environment Variables for the full list.
First Steps
After install, try in Composer (Agent mode):
Run Memory Fully Local (Optional, Free)
By default, memory is stored via the Noelclaw-hosted proxy. To run it entirely on your own machine instead - private, zero cost, no account needed - run the setup wizard from a terminal:
This walks you through bringing your own LLM key (Bankr, Anthropic, OpenAI, or a custom self-hosted endpoint) and enabling local memory, which auto-installs a free, open-source supermemory server on your machine. Restart Cursor/Windsurf afterward - memory tools pick up the local server automatically. Check status with npx -y -p @noelclaw/mcp@3.43.1 noelclaw doctor.
Troubleshooting
Tools not showing
Restart Cursor/Windsurf after saving config
npx: command not found
Install Node.js 18+ from nodejs.org
Slow first start
npx downloads the package on first run. Subsequent starts are instant
Last updated
Was this helpful?