ProvenTools for Cursor
io.github.proventools/proventools
Read-only ProvenTools business ideas, evidence, build prompts, and validation reports.
client:Cursor
transport:stdio
runtime:npm
Install ProvenTools in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"proventools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@proventools/mcp"
],
"env": {
"PROVENTOOLS_API_KEY": "<PROVENTOOLS_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs