mcp test for Windsurf
io.github.bharath-krishna/mcp-test
A simple MCP server with an echo tool for testing purposes
client:Windsurf
transport:stdio
runtime:pypi
Install mcp test in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-test": {
"command": "uvx",
"args": [
"mcp-echo-server"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs