Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

I built an mcp server to give Cursor the ability to find and add cursor rules to your project no more manual search or commands needed just ask the agent and get back to vibe coding in your language of choice - easy peasy watch the demo and grab...

43,082 Aufrufe • vor 1 Jahr •via X (Twitter)

11 Kommentare

Profilbild von Ian Nuttall
Ian Nuttallvor 1 Jahr

go to cursor settings > mcp and click "add new global mcp server" add the code below: { "mcpServers": { "cursor-rules-mcp": { "command": "npx", "args": [ "-y", "cursor-rules-mcp" ] } } }

Profilbild von glueckkanja
glueckkanjavor 4 Jahren

Are you searching for a simple way to deploy device certificates with #Intune? Check out SCEPman at

Profilbild von Churchkey🏴‍☠️🐉
Churchkey🏴‍☠️🐉vor 1 Jahr

@cursor_ai thanks for this. do you know why it seems impossible to get the light to turn green?

Profilbild von Ian Nuttall
Ian Nuttallvor 1 Jahr

@cursor_ai looks like you're on windows so doing npx -y package-name won't work for you try changing the command to: "command": "cmd /c npx"

Profilbild von Dany
Danyvor 1 Jahr

@cursor_ai Very cool! How hard is it to build a MCP server? I'm curious 🤔

Profilbild von Ian Nuttall
Ian Nuttallvor 1 Jahr

@cursor_ai it's pretty easy to get started with basic ones!

Profilbild von Abdelmoghit
Abdelmoghitvor 1 Jahr

@cursor_ai Thank you ian for sharing

Profilbild von Kazynski
Kazynskivor 1 Jahr

@cursor_ai I still don't fully get what is an MCP ! THings are going too fast

Profilbild von Ian Nuttall
Ian Nuttallvor 1 Jahr

@cursor_ai it's just a way for the agent to connect with tools and pull in more context i.e. web searches, api calls, finding console errors, etc

Profilbild von Kazynski
Kazynskivor 1 Jahr

@cursor_ai So, in theory, an MCP server could be set up to run a command like npx next build to build a Next.js project and then check the result (e.g., look for errors in the build output), and repeat ?

Profilbild von Kalyan Dechiraju
Kalyan Dechirajuvor 1 Jahr

@cursor_ai Thank you for sharing this!! It is gonna be very useful and handy!!

Ähnliche Videos