huggingface / huggingface/mcp-course
unit 2 - cursor IDE integration
- 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