NOC.McpServer for Cursor
io.github.nice-one-code/noc.mcpserver
MCP server exposing NiceOneCode's JSON-to-C# converter as an AI-callable tool.
client:Cursor
transport:stdio
runtime:nuget
Install NOC.McpServer in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"noc.mcpserver": {
"type": "stdio",
"command": "dnx",
"args": [
"NOC.McpServer",
"--yes"
],
"env": {
"NOC_USERID": "<NOC_USERID>",
"NOC_PASSWORD": "<NOC_PASSWORD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs