From 3df1f2d4862bd0feebb51d374cc90e802487f39d Mon Sep 17 00:00:00 2001 From: Christian Tracy Date: Fri, 26 Sep 2025 18:21:40 -0300 Subject: [PATCH] update/cursor-id-configuration: json for mcp cursor configuration added to the README file. --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index 7507f7d..47a940a 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,34 @@ To use this MCP server with VS Code Copilot: You can now ask Copilot about Nerdearla events, speakers, and sessions! + +## Add to Cursor IDE + +To use this MCP server with Cursor: + +1. Open the command palette in Cursor (`Cmd+Shift+P` / `Ctrl+Shift+P`) +2. Type "Open MCP settings" and select it +3. Click on "New MCP Server" + icon. +4. Paste the following configuration +``` +{ + "mcpServers": { + "nerdearla": { + "name": "nerdearla", + "version": "1.0", + "description": "Nerdearla is a tool that helps you find information about the nerdear.la community.", + "url": "https://mcp.nerdear.la/mcp", + "command": "npx", + "env:{}, + } + } +} +``` +You can use cursor chat to ask about Nerdearla events, speakers, and sessions! + + + + ## Quick Start - Add to your favourite Agent/IDE Most Agents/IDEs support MCP servers out of the box. Check your documentation for instructions on how to add a new server.