Best way to connect to Cursor? #17
Unanswered
joshmac007
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've got the MCP server set up but trying to connect to Cursor has been tough. I have added the MCP server to the config and manually created the mcptestconfig.json in a separate folder under Documents/MCP
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/other/allowed/dir"
]
},
"notion": {
"command": "npx",
"args": [
"-y",
"@suekou/mcp-notion-server"
],
"env": {
"NOTION_API_TOKEN": "token"
}
},
"SSE_MCP_SERVER": {
"url": "http://localhost:3007/sse"
}
}
}
Cursor has this exact same setup in the .cursor/mcp.json
I ran the command npx @srbhptl39/mcp-superassistant-proxy@latest --config ./mcptestconfig.json from the Documents/MCP folder
Beta Was this translation helpful? Give feedback.
All reactions