Created
March 17, 2025 08:08
-
-
Save sanjeed5/d452a1f78e808ea6324e09d3c7983028 to your computer and use it in GitHub Desktop.
My MCP setup for Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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