isitdisposable mcp for Windsurf
io.github.richelo/isitdisposable-mcp
An MCP server that lets AI agents check whether an email address or domain is disposable.
client:Windsurf
transport:stdio
runtime:npm
Install isitdisposable mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"isitdisposable-mcp": {
"command": "npx",
"args": [
"-y",
"isitdisposable-mcp"
],
"env": {
"ISITDISPOSABLE_API_KEY": "<ISITDISPOSABLE_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs