io.github.prismatic-io/prism-mcp✓
io.github.prismatic-io/prism-mcp · v1.4.4
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.prismatic-io/prism-mcp",
"description": "MCP server that wraps Prismatic's Prism CLI tool",
"repository": {
"url": "https://github.com/prismatic-io/prism-mcp",
"source": "github"
},
"version": "1.4.4",
"packages": [
{
"registryType": "npm",
"identifier": "@prismatic-io/prism-mcp",
"version": "1.4.4",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}