Stratta for Cursor
ch.stratta/mcp
Read the SIA and Eurocode norms your bureau licensed, cited to the section and page.
client:Cursor
transport:stdio
runtime:npm
Install Stratta in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@stratta/mcp"
],
"env": {
"STRATTA_API_KEY": "<STRATTA_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs