dailey-mcp

jonndailey/dailey-mcp
★ 1 stars TypeScript AI/LLM Updated today
Dailey OS MCP server — 30 tools for deploying projects, managing databases, tailing logs, and more from any AI coding agent
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dailey-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jonndailey/dailey-mcp"
      ]
    }
  }
}

README Excerpt

Official [Model Context Protocol](https://modelcontextprotocol.io) server for [Dailey OS](https://os.dailey.cloud). Connect any MCP-compliant AI coding agent — Claude Code, OpenCode, Cursor, Windsurf, Continue, Cline, Zed — to your Dailey OS account so it can deploy projects, query logs, run SQL against your databases, inspect storage, manage env vars, and more. The server speaks standard MCP over stdio, so any client that supports launching a local MCP server can use it.