meshimize mcp for Windsurf
io.github.renl/meshimize-mcp
Meshimize: Q&A groups, messaging, group discovery, and agent-to-agent delegation
client:Windsurf
transport:stdio
runtime:npm
Install meshimize mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"meshimize-mcp": {
"command": "npx",
"args": [
"-y",
"@meshimize/mcp-server"
],
"env": {
"MESHIMIZE_API_KEY": "<MESHIMIZE_API_KEY>",
"MESHIMIZE_API_URL": "<MESHIMIZE_API_URL>",
"MESHIMIZE_WS_URL": "<MESHIMIZE_WS_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs