← Back to Plugins
MCP Server MCP

ProvenTools

github By github 👁 1 views ▲ 0 votes

Read-only ProvenTools business ideas, evidence, build prompts, and validation reports.

Homepage Verified source GitHub

Install

npx -y @proventools/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@proventools/mcp",
      "version": "0.1.0-beta.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional ProvenTools API key from the dashboard. Keep it in the client's secret store; never commit it to a project file.",
          "format": "string",
          "isSecret": true,
          "name": "PROVENTOOLS_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...