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
Basic information
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
More Developer Tools MCP servers
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw β programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
DevDocs by CyberAGI π
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Deepwiki MCP Server
regenrekπ MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Comments