Catalog
Prexist
Officialby RishabhKodes
Search across 9 platforms to find existing products similar to your idea.
Search 9 platforms to find existing products similar to your business idea.
README not available yet.
Install
Configuration
Environment variables
PREXIST_API_URLOverride the Prexist API base URL (defaults to production)
SKILLS_DIRECTORY_API_KEYsecretAPI key for skillsdirectory.com. If not set, that source is skipped.
claude_desktop_config.json
{
"mcpServers": {
"prexist": {
"command": "npx",
"args": [
"-y",
"prexist@1.0.2"
],
"env": {
"PREXIST_API_URL": "<YOUR_PREXIST_API_URL>",
"SKILLS_DIRECTORY_API_KEY": "<YOUR_SKILLS_DIRECTORY_API_KEY>"
}
}
}
}