How do i use openclaude in cursor #823
Unanswered
Irulo-wisdom
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi! You can use OpenClaude inside Cursor mainly through Cursor’s built-in terminal.
Cursor works like VS Code, so you can open a terminal inside it and run the OpenClaude command from there.
Try this:
1. Open Cursor.
2. Open your project folder.
3. Open a terminal:
```text
Terminal → New Terminalor use:
For example: openclaudeor, depending on how you installed it: npx openclaudeSo the basic idea is: If you want OpenClaude to work directly as Cursor’s AI chat model, that is different. You would need an API key, a valid model name, and a compatible provider/base URL. If OpenClaude does not provide a Cursor-compatible API endpoint, then you should use it from the terminal instead. Also, make sure you run the command inside the correct project folder. If you get an error, share: If this solves your issue, you can mark it as the accepted answer so others can find it more easily. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i will love to know to use this inside cursor
Beta Was this translation helpful? Give feedback.
All reactions