schema sieve mcp for Cursor
io.github.mrfentmen/schema-sieve-mcp
Local JSON Schema structure inspection and privacy-safe fixture planning. Tools include inspect...
client:Cursor
transport:stdio
runtime:npm
Install schema sieve mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"schema-sieve-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"schema-sieve-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs