mirror of
https://github.com/punkpeye/awesome-mcp-servers.git
synced 2026-09-16 11:51:18 +00:00
Add Glama badge for yandex-workspace-mcp
This commit is contained in:
@@ -1,43 +0,0 @@
|
||||
name: Patch Glama badge
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- add-yandex-workspace-mcp
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
patch:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: add-yandex-workspace-mcp
|
||||
|
||||
- name: Add Glama badge
|
||||
shell: bash
|
||||
run: |
|
||||
python - <<'PY'
|
||||
from pathlib import Path
|
||||
|
||||
path = Path("README.md")
|
||||
old = """- [denis-samatov/yandex-workspace-mcp](https://github.com/denis-samatov/yandex-workspace-mcp) 🐍 ☁️ - Yandex Disk (22 tools) and Yandex Wiki (27 tools) integration with a unified cross-service search. Read-only by default, with granular read/write/delete permissions, path allowlisting, and structured audit logging of every write or destructive call."""
|
||||
new = """- [denis-samatov/yandex-workspace-mcp](https://github.com/denis-samatov/yandex-workspace-mcp) [](https://glama.ai/mcp/servers/denis-samatov/yandex-workspace-mcp) 🐍 ☁️ - Yandex Disk (22 tools) and Yandex Wiki (27 tools) integration with a unified cross-service search. Read-only by default, with granular read/write/delete permissions, path allowlisting, and structured audit logging of every write or destructive call."""
|
||||
text = path.read_text(encoding="utf-8")
|
||||
count = text.count(old)
|
||||
if count != 1:
|
||||
raise SystemExit(f"Expected exactly one target entry, found {count}")
|
||||
path.write_text(text.replace(old, new, 1), encoding="utf-8")
|
||||
PY
|
||||
|
||||
- name: Commit patch and remove temporary workflow
|
||||
shell: bash
|
||||
run: |
|
||||
git config user.name "github-actions[bot]"
|
||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
git rm .github/workflows/patch-yandex-glama-badge.yml
|
||||
git add README.md
|
||||
git commit -m "Add Glama badge for yandex-workspace-mcp"
|
||||
git push origin HEAD:add-yandex-workspace-mcp
|
||||
@@ -1903,7 +1903,7 @@ Provides direct access to local file systems with configurable permissions. Enab
|
||||
- [convertica-net/convertica-mcp](https://github.com/convertica-net/convertica-mcp) [](https://glama.ai/mcp/servers/convertica-net/convertica-mcp) 📇 ☁️ - Convert PDF ⇄ Word, Excel, PowerPoint, JPG, HTML, Markdown, EPUB and PDF/A, plus merge, split, compress, watermark, sign, and protect PDFs, and convert images (HEIC, WebP) — 35+ tools from convertica.net. Zero-config via `npx convertica-mcp`.
|
||||
- [cyberchitta/llm-context.py](https://github.com/cyberchitta/llm-context.py) 🐍 🏠 - Share code context with LLMs via MCP or clipboard
|
||||
- [dabito/hledit-mcp](https://github.com/dabito/hledit-mcp) [](https://glama.ai/mcp/servers/dabito/hledit-mcp) 📇 🏠 🍎 🪟 🐧 - Hash-anchored file edits for MCP clients. Reads files with line anchors, validates anchors against current content, and rejects stale writes before changing files.
|
||||
- [denis-samatov/yandex-workspace-mcp](https://github.com/denis-samatov/yandex-workspace-mcp) 🐍 ☁️ - Yandex Disk (22 tools) and Yandex Wiki (27 tools) integration with a unified cross-service search. Read-only by default, with granular read/write/delete permissions, path allowlisting, and structured audit logging of every write or destructive call.
|
||||
- [denis-samatov/yandex-workspace-mcp](https://github.com/denis-samatov/yandex-workspace-mcp) [](https://glama.ai/mcp/servers/denis-samatov/yandex-workspace-mcp) 🐍 ☁️ - Yandex Disk (22 tools) and Yandex Wiki (27 tools) integration with a unified cross-service search. Read-only by default, with granular read/write/delete permissions, path allowlisting, and structured audit logging of every write or destructive call.
|
||||
- [dimitar-grigorov/mcp-file-tools](https://github.com/dimitar-grigorov/mcp-file-tools) [](https://glama.ai/mcp/servers/dimitar-grigorov/mcp-file-tools) 🏎️ 🏠 🍎 🪟 🐧 - Filesystem server for legacy, non-UTF-8 files. Auto-detects and converts 24 encodings (CP1251, CP1252, ISO-8859-x, KOI8-R/U, GBK/GB18030), keeps each file's original encoding on write, and manages BOM and line endings. Encoding-aware grep, partial reads with offset/limit for large files, and allowed-directory confinement. Single Go binary, no runtime dependencies.
|
||||
- [Dissimilis/DirForge](https://github.com/Dissimilis/DirForge) [](https://glama.ai/mcp/servers/Dissimilis/DirForge) #️⃣ 🏠 🍎 🪟 🐧 - Read-only directory listing web app with a built-in MCP server: directory browsing, file reading, content search, archive inspection, file hashes, and disk usage tools over a configured root.
|
||||
- [drolosoft/go-docs-mcp](https://github.com/drolosoft/go-docs-mcp) [](https://glama.ai/mcp/servers/drolosoft/go-docs-mcp) 🏎️ 🏠 🍎 🐧 - Multi-format document MCP server — read, search, OCR, and extract from PDF, TXT, MD, DOCX, CSV, and images. Single Go binary, 12 tools, smart mtime-based caching, directory-locked security.
|
||||
|
||||
Reference in New Issue
Block a user