Skip to content
Cline

NOC.McpServer for Cline

io.github.nice-one-code/noc.mcpserver

MCP server exposing NiceOneCode's JSON-to-C# converter as an AI-callable tool.

client:Cline transport:stdio runtime:nuget

Install NOC.McpServer in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

NOC.McpServer in other clients