mcp test for Windsurf
io.github.gstxu/mcp_test
A simple MCP server example written in TypeScript that provides a multiplication tool.
client:Windsurf
transport:stdio
runtime:npm
Install mcp test in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp_test": {
"command": "npx",
"args": [
"-y",
"@pangq/mcp_test"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs