NOC.McpServer for Windsurf
io.github.nice-one-code/noc.mcpserver
MCP server exposing NiceOneCode's JSON-to-C# converter as an AI-callable tool.
client:Windsurf
transport:stdio
runtime:nuget
Install NOC.McpServer in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"noc.mcpserver": {
"command": "dnx",
"args": [
"NOC.McpServer",
"--yes"
],
"env": {
"NOC_USERID": "<NOC_USERID>",
"NOC_PASSWORD": "<NOC_PASSWORD>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs