Devin Desktop is Cognition’s rebrand of Windsurf — the IDE built around the Devin local-agent harness.
Quick Install
See the CLI command reference for more options.
Advanced: Manual MCP Configuration
Advanced: Manual MCP Configuration
The below is a minimal example which may need to be merged with your existing configuration. Consider using the quick install command to handle this automatically.
~/.config/devin/config.json (global) or .devin/config.json (project) — paths documented at docs.devin.ai/cli/extensibility/mcp/configuration:%APPDATA%\devin\config.json.Advanced: Manual Hook Configuration
Advanced: Manual Hook Configuration
Hooks run automatically to check for conformance issues. The quick install command sets this up for you.
.devin/hooks.v1.json (project scope) — the recommended standalone hook file:hooks object under a "hooks" key in ~/.config/devin/config.json (or %APPDATA%\devin\config.json on Windows) — see docs.devin.ai/cli/extensibility/hooks/lifecycle-hooks for the full event catalog.