MyMCP
by Sadivo
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SYNOLOGY_URL | No | URL of the Synology NAS (e.g., http://NAS_IP:5000) | |
| SYNOLOGY_PASSWORD | No | Password for Synology login | |
| SYNOLOGY_USERNAME | No | Username for Synology login |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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