An IDE with an AI which can code its own extensions to access whatever tools it needs.

(pictured using the Nostr MCP tool it is building).

Reply to this note

Please Login to reply.

Discussion

That’s awesome!

But why not contributing to the one I started ?

I think I'd like to. I've never done that kind of contribution before so I'm not 100% on what's required, but I am happy to try and figure it out.

Primarily today was about learning how Cline can build and run its own servers.

I've run tech companies but I am not myself technical, so this is all a big learning exercise for me.

Oh got it!

That’s cool and actually very based if you are not a dev!

Love the spirit and challenge.

Feel free to submit pull requests to my repo if you want to.

Would be curious to see if Cline can be good in working with an existing repo and adding features to it.

https://github.com/AbdelStark/nostr-mcp

Well, I tried for about four hours but it may be above me. Not sure of etiquette, so opened an issue on the repo. Thanks!

Ah, it seems indeed there is an issue using it with Claude Desktop.

I tried it with MCP inspector and Goose and it works well but indeed there is a problem with Claude.

Thanks for submitting the issue.

Will try to have a look this week

It’s better now. It loads in Claude Desktop.

However it fails when trying to publish the note on Nostr for some reason while it’s working well with the MCP inspector and Goose.

https://github.com/AbdelStark/nostr-mcp/issues/2#issuecomment-2633905772

Thanks I'll try it out!

Ok apparently it worked for you that’s nice!

I’ve been using cline but it can side track pretty quickly and sometimes get stuck in a perpetual loop, making the cost spiral out of control if you’re not there to stop it.

Yeah I noticed the costs were pretty high compared paired to continue.dev. I might try DeepSeek next as I understand it's much cheaper.

I want an option to use different models for reasoning

I think you can use any model.

I used an OpenAI key and had access to o1 although I chose to use 4o.

I understand you can use OpenRouter and access anything including DeepSeek (although I haven't tried it yet).

Yes I’m using open router and Claude sonnet. But you can’t easily context switch between models easily. You have to do it in settings constantly or copy paste to another window. I just wish you could specify a different model for chain of thought reasoning from the programming.

There are some things Claude can’t debug no matter what you do, but o1 cracks on first try

I might be misunderstanding your meaning, but – in the Cline window under the prompt box in small text is the model name, if you click on that you can change the model and it seems to retain the context. I tried using o1 a few times for exactly what you described and it seemed to work. I am not using OpenRouter and am expert here yet. Does this help?

You have a plan mode and an act mode but both use the same model you specify in settings. What I want is to be able to specified different models for different modes because sonnet sucks at planning that more complicated tasks

Ah I get it. That would be nice. One model for planning and another one for coding. Thanks!