← Back to Plugins
MCP Server MCP

io.github.nice-one-code/NOC.McpServer

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

nuget:[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "nuget",
      "registryBaseUrl": "https://api.nuget.org/v3/index.json",
      "identifier": "NOC.McpServer",
      "version": "1.0.7",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your NiceOneCode account userid",
          "isRequired": true,
          "name": "NOC_USERID"
        },
        {
          "description": "Your NiceOneCode account password",
          "isRequired": true,
          "isSecret": true,
          "name": "NOC_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol nuget

Comments

Sign in to leave a comment

Loading comments...