ForgeBridge for Cursor
io.github.t1ktakdev/forgebridge
A local, permissioned MCP agent for authorized developer workstations.
client:Cursor
transport:stdio
runtime:npm
Install ForgeBridge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"forgebridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"forgebridge"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs