diff --git a/.mcp.json b/.mcp.json index becb43299..d54c6bc0b 100644 --- a/.mcp.json +++ b/.mcp.json @@ -19,14 +19,6 @@ "name": "sequentialthinking", "command": "npx", "args": ["-y", "@modelcontextprotocol/server-sequential-thinking"] - }, - "perplexity": { - "type": "stdio", - "command": "npx", - "args": ["-y", "@perplexity-ai/mcp-server"], - "env": { - "PERPLEXITY_API_KEY": "${PERPLEXITY_API_KEY}" - } } } }