Skip to main content
Glama
Sadivo

MyMCP

by Sadivo

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SYNOLOGY_URLNoURL of the Synology NAS (e.g., http://NAS_IP:5000)
SYNOLOGY_PASSWORDNoPassword for Synology login
SYNOLOGY_USERNAMENoUsername for Synology login

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    },
    "prompts": {
      "get": {}
    },
    "resources": {
      "read": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_chrome_historyA

依關鍵字搜尋 Chrome 瀏覽歷史紀錄。 會比對網頁標題和 URL。

Args: keyword: 搜尋關鍵字 max_results: 最大回傳筆數(預設 100)

get_recent_historyA

取得最近 N 小時內的 Chrome 瀏覽紀錄。

Args: hours: 回溯的小時數(預設 24 小時) max_results: 最大回傳筆數(預設 100)

search_chrome_bookmarksA

依關鍵字搜尋 Chrome 書籤。 會比對書籤名稱和 URL。

Args: keyword: 搜尋關鍵字

list_chrome_bookmark_foldersA

列出所有 Chrome 書籤資料夾及其包含的書籤數量。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sadivo/MyMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server