← Back to Plugins
MCP Server MCP

NVEIL

github By github 👁 1 views ▲ 0 votes

Data processing and visualization toolkit — 50+ chart types, raw data stays local.

Homepage Verified source GitHub

Install

uvx nveil

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "nveil",
      "version": "1.3.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "NVEIL planning service API key. Obtain at https://nveil.com.",
          "isRequired": true,
          "isSecret": true,
          "name": "NVEIL_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...