prism mcp for Cursor
io.github.prismatic-io/prism-mcp
MCP server that wraps Prismatic's Prism CLI tool
client:Cursor
transport:stdio
runtime:npm
Install prism mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"prism-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@prismatic-io/prism-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs