mcp factcheck for Windsurf
io.github.carlisia/mcp-factcheck
An MCP server that validates content against MCP specification using semantic search and AI
client:Windsurf
transport:stdio
runtime:oci
Install mcp factcheck in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-factcheck": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/carlisia/mcp-factcheck:v1.0.0"
],
"env": {
"OPENAI_API_KEY": "<OPENAI_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs