Skip to content
Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

NOC.McpServer in other clients