Scope (AEC) - Preview for Cursor
io.github.scope-bid/scope-aec-mcp
AEC subcontractor vendor procurement plumbing layer. Preview V3 2027. Patent pending.
client:Cursor
transport:stdio
runtime:npm
Install Scope (AEC) - Preview in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"scope-aec-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@scope-bid/scope-aec-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs