prexist for Cursor
io.github.rishabhkodes/prexist
Search across 9 platforms to find existing products similar to your idea.
client:Cursor
transport:stdio
runtime:npm
Install prexist in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"prexist": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"prexist"
],
"env": {
"PREXIST_API_URL": "<PREXIST_API_URL>",
"SKILLS_DIRECTORY_API_KEY": "<SKILLS_DIRECTORY_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs