Dev Mode extension for Dextop — process-isolated MCP server: git tools, unified diff, Language Server Protocol intelligence
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"dev-mode": {
"command": "cargo",
"args": [
"run",
"--",
"dev-mode"
]
}
}
}
Run in terminal:
claude mcp add dev-mode cargo run -- dev-mode
Add to .cursor/mcp.json:
{
"mcpServers": {
"dev-mode": {
"command": "cargo",
"args": [
"run",
"--",
"dev-mode"
]
}
}
}