Skip to content

Commit 2514b96

Browse files
committed
chore: remove brave-search MCP, add webhook-mcp-server
1 parent 3df1181 commit 2514b96

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

.claude/mcp.json

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,20 @@
99
],
1010
"description": "Local filesystem access for reading and writing project files"
1111
},
12-
"brave-search": {
13-
"command": "npx",
14-
"args": [
15-
"-y",
16-
"@anthropic-ai/brave-search-mcp"
17-
],
18-
"env": {
19-
"BRAVE_API_KEY": "${BRAVE_API_KEY:-}"
20-
},
21-
"description": "Web search via Brave Search API for research and lookups"
22-
},
2312
"sequential-thinking": {
2413
"command": "npx",
2514
"args": [
2615
"-y",
2716
"@anthropic-ai/sequential-thinking-mcp"
2817
],
2918
"description": "Enhanced reasoning for complex multi-step problems"
19+
},
20+
"webhook-mcp-server": {
21+
"command": "uvx",
22+
"args": [
23+
"webhook-mcp-server"
24+
],
25+
"description": "Webhook.site MCP for capturing HTTP requests, emails, DNS lookups, and security testing"
3026
}
3127
}
3228
}

0 commit comments

Comments
 (0)