← Back to Plugins
MCP Server MCP

index365 MCP

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

Start index365 scans and read prioritized findings your coding agent can use.

Homepage Verified source

Install

npx -y @index365/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@index365/mcp",
      "version": "1.0.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Organization-scoped API key from the index365 dashboard.",
          "isRequired": true,
          "isSecret": true,
          "name": "INDEX365_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...