specmate for Cursor
io.github.alele496/bsv-specmate
BSV coding knowledge engine for AI agents — pre-compile traps and post-compile diagnosis.
client:Cursor
transport:stdio
runtime:npm
Install specmate in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bsv-specmate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bsv-specmate"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs