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