Structurizr DSL Debugger for Cursor
@ViperJuice
关于 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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"Structurizr-DSL-Debug-MCP": {
"command": "docker",
"args": [
"run",
"-it",
"--rm",
"-p",
"8080:8080",
"-v",
"/path/to/workspace:/workspace",
"structurizr/lite"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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
开发工具 分类下的更多 MCP 服务器
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
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.
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
评论