← Back to Plugins
MCP Server MCP

io.github.prismatic-io/prism-mcp

github By github 👁 1 views ▲ 0 votes

MCP server that wraps Prismatic's Prism CLI tool

Homepage Verified source GitHub

Install

npx -y @prismatic-io/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@prismatic-io/prism-mcp",
      "version": "1.5.0",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Path to the working directory for the MCP server",
          "isRequired": true,
          "format": "filepath",
          "value": "{workingDirectory}",
          "variables": {
            "workingDirectory": {
              "description": "Path to the working directory for the MCP server",
              "isRequired": true,
              "format": "filepath",
              "placeholder": "/path/to/code"
            }
          },
          "type": "positional",
          "valueHint": "workingDirectory"
        },
        {
          "description": "Limit tools to a specific domain. Pass 'integration' or 'component' to restrict available tools.",
          "value": "{toolFilter}",
          "variables": {
            "toolFilter": {
              "description": "Limit tools to a specific domain",
              "placeholder": "integration",
              "choices": [
                "integration",
                "component"
              ]
            }
          },
          "type": "positional",
          "valueHint": "toolFilter"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...