Fork interno do mcp-servers-for-revit com correcao de seguranca (socket bind em loopback)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-servers-for-revi": {
"command": "npx",
"args": [
"-y",
"aveusalex/mcp-servers-for-revit"
]
}
}
}
Run in terminal:
claude mcp add mcp-servers-for-revi npx -y aveusalex/mcp-servers-for-revit
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-servers-for-revi": {
"command": "npx",
"args": [
"-y",
"aveusalex/mcp-servers-for-revit"
]
}
}
}