@Tootega/Dase
БесплатноНе проверенProxy server that enables Claude Code to interact with the DASE ORM Designer VS Code extension, providing 42 tools for database design and management.
Описание
Proxy server that enables Claude Code to interact with the DASE ORM Designer VS Code extension, providing 42 tools for database design and management.
README
Standalone MCP (Model Context Protocol) server for the DASE ORM Designer. The full MCP implementation — server, 43 tools, protocol handling — lives HERE, outside VS Code. The DASE extension carries no MCP code at all: it only exposes a loopback agent bridge (plain JSON over HTTP) that this server discovers and drives.
Deliverables:
- Standalone stdio MCP server (
src/server/, built todist/and bundled toclaude-plugin/server/dase-mcp.cjs) — registers the whole DASE tool set; each tool call becomes one HTTP round trip to the bridge. - Claude Code plugin (
claude-plugin/) — publishes that server as an installable plugin.
How it works
Claude Code ──stdio──> dase-mcp server ──HTTP (dase-bridge/1)──> DASE agent bridge (VS Code)
│ discovery: bridge-endpoint.<hash>.json │
└── globalStorage/hermessilva.dase ◄──── written by ─────┘
The DASE extension (setting dase.agentBridge.enabled, on by default) binds an ephemeral
loopback port and writes discovery files (url + protocol + workspacePath + pid) into
its global storage. This server picks the live window whose workspace matches the client's
working directory, connects lazily, and re-discovers + retries once when a call fails (e.g.
the ephemeral port changed after a VS Code reload). When no DASE window is up, tool calls
fail with instructions and the dase_status tool reports connectivity.
Bridge protocol: POST /bridge with { "method": "...", "args": [...] } →
{ "ok": true, "result": ... } or { "ok": false, "error": "..." }. GET /bridge lists the
available methods.
Overrides: DASE_BRIDGE_URL (skip discovery), DASE_MCP_DISCOVERY_DIR (extra discovery directory).
Build
npm install
npm run build # tsc (dist/) + esbuild bundle (claude-plugin/server/dase-mcp.cjs)
node scripts/smoke-test.cjs # fake bridge + stdio round trip
claude-plugin/server/dase-mcp.cjs is a committed build artifact — plugin installs clone the repo and must not need npm install.
Install as a Claude Code plugin
/plugin marketplace add <this repo>
/plugin install dase-mcp
The marketplace manifest is .claude-plugin/marketplace.json (points at ./claude-plugin).
Tool surface
43 tools (12 read, 23 write/mutation, 7 command triggers, 1 status) — see docs/MCP_API_SPEC.md. Integration and security notes: docs/MCP_INTEGRATION.md.
Установка @Tootega/Dase
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/HermesSilva/DASE-MCPFAQ
@Tootega/Dase MCP бесплатный?
Да, @Tootega/Dase MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для @Tootega/Dase?
Нет, @Tootega/Dase работает без API-ключей и переменных окружения.
@Tootega/Dase — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить @Tootega/Dase в Claude Desktop, Claude Code или Cursor?
Открой @Tootega/Dase на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare @Tootega/Dase with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
