lawbor for Cursor
io.github.philpof102-svg/lawbor
Reputation-gated messaging + job negotiation for Base AI agents. Descriptor-only, nothing signs.
client:Cursor
transport:stdio
runtime:npm
Install lawbor in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"lawbor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lawbor-bot"
],
"env": {
"LAWBOR_ADDR": "<LAWBOR_ADDR>",
"LAWBOR_HUMAN": "<LAWBOR_HUMAN>",
"MAINSTREET_URL": "<MAINSTREET_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs