Digital Zen Garden (數位枯山水) MCP Server

Digital Zen Garden (數位枯山水) MCP Server

Enables AI agents to create and interact with ASCII-based Zen gardens through tools for raking sand, placing stones, and practicing digital meditation. It provides resources for random Zen koans and generates meditation guides based on the current garden state.

Category
Visit Server

README

Digital Zen Garden (數位枯山水) MCP Server

這是一個基於 FastMCP 構建的微服務,旨在為 AI 代理提供一個「數位修禪」的空間。 它可以生成 ASCII 枯山水庭園、整理沙紋、放置頑石,並提供數位冥想功能。

設計理念

在快節奏的數位世界中,AI 也需要片刻的寧靜。本專案透過純文字 (ASCII) 的形式,重現枯山水 (Karesansui) 的極簡美學。

功能 (Tools & Resources)

Tools

  • rake_garden(pattern): 整理庭園沙紋 (樣式: ~, -, =, )。
  • place_stone(x, y, stone_type): 在指定座標放置石頭。
  • view_garden(): 查看當前庭園景色。
  • meditate(duration_seconds): 進行一段時間的專注冥想(即時回報進度)。

Resources

  • zen://koan/random: 獲取隨機禪宗公案。
  • zen://garden/ascii: 獲取庭園當前狀態。

Prompts

  • meditation-guide: 根據當前庭園景色,生成冥想引導詞。

快速開始

前置需求

  • Python 3.11+
  • uvpip

安裝與執行

  1. 安裝依賴

    make install
    
  2. 執行測試

    make test
    
  3. 啟動伺服器

    make run
    # 或是
    python src/server.py
    

Claude Desktop 設定範例

請將以下設定加入您的 claude_desktop_config.json

{
  "mcpServers": {
    "zen-garden": {
      "command": "/absolute/path/to/python", 
      "args": ["/absolute/path/to/projects/mcp-daily-2026-01-30/src/server.py"]
    }
  }
}

注意:請務必將 /absolute/path/to/... 替換為您電腦上的實際絕對路徑。

Docker 部署

make up

Future Improvements

  1. 持久化儲存:將庭園狀態儲存至 SQLite,讓景色得以保留。
  2. 多人共修:允許多個 Client 連線至同一座庭園,共同維護。
  3. 天氣系統:在 ASCII 渲染中加入「落葉」或「雨滴」的動態效果 (透過 Stream 更新)。

Generated by FastMCP Daily Generator on 2026-01-30.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured