huggingface / huggingface/mcp-course

unit 2 - cursor IDE integration

Open
#94 7 comments 0 reactions 0 assignees View on GitHub
Dominant language
MDX
Stars
918
Forks
255
PR merge metrics
No merged PRs in 30d

Description

hi, as a heads up i wasn't able to make the example run using `mcp-remote` with cursor, however the fact that Cursor only support local servers via stdio transport is no longer true, I was able to connect to my hf space hosted MCP server by changing the configuration to:

```
{
"mcpServers": {
"sentiment-analysis": {
"url": "https://jckr-mcp-sentiment.hf.space/gradio_api/mcp/sse",
"headers": {
"Accept": "text/event-stream"
},
"autoExecute": true,
"trusted": true
}
}
}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Open the Unit 2 Cursor IDE integration example and compare its mcp-remote instructions with the configuration shown in this issue. Update the documented Cursor setup to reflect the reported SSE connection approach, then verify the example against the referenced Hugging Face Space.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.