walkerOS Source Browser for Cursor
io.walkeros/source-browser
Generate, parse, and validate walkerOS data-elb HTML tagging attributes
client:Cursor
transport:stdio
runtime:npm
Install walkerOS Source Browser in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"source-browser": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@walkeros/mcp-source-browser"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs