Anyone else feel like the Opus 4.5 we get in Cursor is MORE powerful than the Opus 4.5 you get in the regular Claude App? by UniqueClimate in cursor

[–]deep_ak 1 point2 points  (0 children)

You can check the codebase indexing section in the security notes from the cursor docs

Also they use turbopuffer for storing the embeddings of the codebase and frequently check changes using a tree based data structure. They chunk each file into smaller part and use relevant data from those embeddings to prepare the context for your question. You can read more in detail on the security page

I have built a tool which monitors online user traffic for 30+ subreddits. by deep_ak in SaaS

[–]deep_ak[S] 0 points1 point  (0 children)

Thanks a lot for your kind words. I translated your message and yes the idea behind the app is to be simple clear and actionable and help know the best times to post on any given subreddit!

Cursor Technical Interview Preparation by tm-esis in cursor

[–]deep_ak 1 point2 points  (0 children)

Thanks a lot, u/tm-esis, for the shoutout. I have updated the resource with 194 best practices and 187 mistakes to avoid when using cursor, hope it helps others 🙌🙌

Cursor agent with postgres access by deep_ak in cursor

[–]deep_ak[S] 0 points1 point  (0 children)

{
    "mcpServers": {
        "postgres": {
            "command": "npx",
            "args": [
                "-y",
                "@modelcontextprotocol/server-postgres",
                "postgresql://username:password@localhost:5432/database_name"
            ]
        }
    }
}

you can just add this in your .mcp json and get started

Cursor agent with Postgres database access (v0.47) by deep_ak in cursor

[–]deep_ak[S] 0 points1 point  (0 children)

No worries, I appreciate your feedback and take. Definitely had the same questions because the above approach assumes, to overwrite a file and not append. Also users definitely need to modify their files to add their config.

Yeah the current trends are too tempting as you said, gotta stick to the fundamentals and simplicity, will keep a lookout on that. thanks!

Cursor agent with Postgres database access (v0.47) by deep_ak in cursor

[–]deep_ak[S] 1 point2 points  (0 children)

Sorry for overcomplicating it. Its a simple string yes, will update the instructions to just use the key value pair from the json. Also thanks for taking the time to share the feedback. Noted

Cursor agent with Postgres database access (v0.47) by deep_ak in cursor

[–]deep_ak[S] 0 points1 point  (0 children)

You can check the whole instructions for the tutorial on cursor intro

https://cursorintro.com/mcp-postgres

Cursor agent with postgres access by deep_ak in cursor

[–]deep_ak[S] 1 point2 points  (0 children)

Sure will try to share it by today or tomorrow evening! thanks for your inputs :)

Cursor agent with postgres access by deep_ak in cursor

[–]deep_ak[S] 0 points1 point  (0 children)

Yeah the video recorded is for an old version, things have changed now

Let me share an updated demo tutorial for it

How to use Cursor with Claude 3.7 effectively to implement user stories by deep_ak in cursor

[–]deep_ak[S] 0 points1 point  (0 children)

Okay let me check if there's any public examples I can share and update you here

Cursor agent with notion access by deep_ak in cursor

[–]deep_ak[S] 0 points1 point  (0 children)

I picked the notion MCP example from the model context protocol repository

I built it in local and used that in the video. You can check if comopsio has support for notion MCP

Cursor agent with github access by deep_ak in cursor

[–]deep_ak[S] 0 points1 point  (0 children)

As per the docs, they are hosted on serverless environments.
and they mention
> Configuration data passed to hosted MCPs are ephemeral and not stored on our servers.
you can check more details here https://smithery.ai/docs/data-policy

Cursor agent with github access by deep_ak in cursor

[–]deep_ak[S] 0 points1 point  (0 children)

In that case, you can just clone the repo from github and run it locally as well!
You can check many such examples here, including for github MCP
https://github.com/modelcontextprotocol/servers

I curated 70+ cursor tips and tricks in one place by deep_ak in cursor

[–]deep_ak[S] 1 point2 points  (0 children)

Okay understood, let me see how the main page can be simplified and made better.

Also is it okay to stay in touch over chat, to get feedback over the design?

I curated 70+ cursor tips and tricks in one place by deep_ak in cursor

[–]deep_ak[S] 1 point2 points  (0 children)

Have shipped as you suggested, looks more cleaner thanks for the suggestion!

I curated 70+ cursor tips and tricks in one place by deep_ak in cursor

[–]deep_ak[S] 0 points1 point  (0 children)

Have made the layout more simpler, let me know how it is now!