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
「開発者ツール」の他のコンテンツ
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
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
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
コメント