mcp_servers
Verified Safeby FractalizeR
Overview
Facilitate AI agents to interact with Yandex Wiki API for documentation, knowledge management, and content automation, allowing programmatic creation, modification, and retrieval of wiki pages and dynamic grids.
Installation
node dist/yandex-wiki.bundle.cjsEnvironment Variables
- YANDEX_WIKI_TOKEN
- YANDEX_ORG_ID
- YANDEX_CLOUD_ORG_ID
Security Notes
The project demonstrates strong security awareness: explicit handling of sensitive OAuth tokens (not saved to disk), active auditing with `gitleaks` for secrets and `Socket.dev` for supply-chain risks. The `ResponseFieldFilter` is a critical feature to prevent accidental data exposure to LLMs, reducing prompt injection and data leakage risks. File write operations (e.g., for downloading attachments) are present, which could be a risk if `saveToPath` is not properly sanitized/restricted by the client or tool invocation. However, the core framework is robust with `axios` and built-in retry mechanisms.
Similar Servers
pluggedin-app
A testing environment for MCP (Model Control Protocol) servers, allowing interaction through a chat interface powered by LLMs and an AI agent using the LangChain ReAct framework.
yandex-tracker-mcp
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with Yandex Tracker APIs for issue, queue, user, and workflow management.
mcp
Enabling AI applications to manage Yandex Cloud infrastructure, access documentation, perform web searches, and query data catalogs through the Model Context Protocol (MCP).
microcms-document-mcp-server
This server provides AI assistants access to microCMS documentation by searching and retrieving content from local Markdown files.