Skip to content

Instantly share code, notes, and snippets.

@sanjeed5
Created March 17, 2025 08:08
Show Gist options
  • Select an option

  • Save sanjeed5/d452a1f78e808ea6324e09d3c7983028 to your computer and use it in GitHub Desktop.

Select an option

Save sanjeed5/d452a1f78e808ea6324e09d3c7983028 to your computer and use it in GitHub Desktop.
My MCP setup for Cursor
{
"mcpServers": {
"Google Docs": {
"url": "https://mcp.composio.dev/googledocs/REDACTED"
},
"Slack": {
"url": "https://mcp.composio.dev/slack/REDACTED"
},
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
},
"brave-search": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-brave-search"
],
"env": {
"BRAVE_API_KEY": "REDACTED"
}
},
"puppeteer": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-puppeteer"]
},
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
},
"cloudflare": {
"command": "/Users/sanjeed/.nvm/versions/node/v22.14.0/bin/node",
"args": [
"/Users/sanjeed/.npm/_npx/REDACTED/node_modules/@cloudflare/mcp-server-cloudflare/dist/index.js",
"run",
"REDACTED"
]
},
"perplexity-ask": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-perplexity-ask"
],
"env": {
"PERPLEXITY_API_KEY": "REDACTED"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment