I have use mcp inspector to check whether the interactive-feedback-mcp is running on my local window 11. It works.
However, when i set up on my config in cursor AI platform with the following:
{
"mcpServers": {
"interactive-feedback-mcp": {
"command": "cmd",
"args": [
"/c",
"C:\\Users\\Marcus Au\\.local\\bin\\uv.exe",
"--with",
"fastmcp",
"fastmcp",
"run",
"--directory",
"C:\\Users\\Marcus Au\\Desktop\\self_taught\\interactive-feedback-mcp\\interactive-feedback-mcp",
"server.py"
],
"timeout": 600,
"autoApprove": [
"interactive_feedback"
]
}
}
The mcp is shown client closed no matter how i change the uv in the cursor mcp json file.

I have use mcp inspector to check whether the interactive-feedback-mcp is running on my local window 11. It works.
However, when i set up on my config in cursor AI platform with the following:
{
"mcpServers": {
}
The mcp is shown client closed no matter how i change the uv in the cursor mcp json file.