Structurizr DSL Debugger for Cursor
@ViperJuice
About Structurizr DSL Debugger for Cursor
Mcp server to connect to structurizer dsl rendered in the browser and return error messages regarding parsing to Cursor IDE
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Structurizr-DSL-Debug-MCP": {
"command": "docker",
"args": [
"run",
"-it",
"--rm",
"-p",
"8080:8080",
"-v",
"/path/to/workspace:/workspace",
"structurizr/lite"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Structurizr DSL Debugger for Cursor?
A specialized tool for debugging Structurizr DSL syntax issues in Cursor IDE. It integrates with Cursor via the Model Context Protocol (MCP) to provide real-time error detection, analysis, and fix suggestions for Structurizr DSL files.
How to use Structurizr DSL Debugger for Cursor?
Install dependencies via npm install and run npm run setup for Cursor integration. Start Structurizr Lite (e.g., Docker), launch Chrome with remote debugging (--remote-debugging-port=9222), then start the debugger with npm start (or with custom port via STRUCTURIZR_PORT). In Cursor, use MCP tools like connectToBrowser, getDslErrors, clearDslErrors, and fixDslError. A simplified version is available via node simplified-dsl-debugger.js with shorter tool names.
Key features of Structurizr DSL Debugger for Cursor
- Real-time error detection for Structurizr DSL files
- Intelligent suggested fixes for common DSL
Basic information
More Developer Tools MCP servers

Sentry
modelcontextprotocolModel Context Protocol Servers
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. π¦
AptiBuild AI β Career Intelligence
ParklandBuildsAptiBuild AI MCP Server β career, labor market, and business idea intelligence for AI agents. 11 tools covering real-time FRED labor market signals, BLS wage data (126 occupations), AI-generated app ideas, career paths,
Vibgrate MCP
VibgrateQuery your team's drift, vulnerability, and migration data from any AI assistant. Vibgrate MCP connects Cursor, Claude, ChatGPT, Windsurf, or VS Code to Vibgrate Cloud: 51 tools for DriftScores, CVEs and EOL runtimes, up
TranscriptFetch MCP Server
TranscriptFetchModel Context Protocol (MCP) server for TranscriptFetch: fetch YouTube transcripts, search, channels, and playlists from any MCP client.
Comments