Cursor Integration? #43
Replies: 1 comment
-
|
The setup with Cursor works like other clients that use JSON settings. Here’s how to connect Codanna to Cursor: Go to Cursor → Settings → Cursor Settings.
In the "Codanna": {
"command": "codanna",
"args": [
"--config",
"/path/to/your/project/.codanna/settings.toml",
"serve",
"--watch"
]
}Replace /path/to/your/project/ with your actual project path. Note: The Steps: Once Cursor supports per-project settings, this workaround won’t be needed. Hope that helps. Let me know if you run into any issues. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm wondering if anyone knows how to properly use codanna in cursor
Beta Was this translation helpful? Give feedback.
All reactions