
Ya Yandex Wiki Mcp
Let your coding agent read and update Yandex Wiki pages so specs and runbooks stay in sync with the repo without tab-hopping.
Overview
ya-yandex-wiki-mcp is an MCP server for the Build phase that connects agents to Yandex Wiki for documentation lookup and maintenance.
What is this MCP server?
- MCP bridge to Yandex Wiki (“Yet Another” focused server) at PyPI ya-yandex-wiki-mcp 0.2.0
- stdio transport for Claude Code–style local MCP registration
- Also published as OCI image ghcr.io/aponkratov/ya-yandex-wiki-mcp:0.2.0 for containerized agents
- Keeps agent answers grounded in org wiki instead of stale copied markdown in the repo
- Server version 0.2.0 on PyPI identifier ya-yandex-wiki-mcp
- OCI package ghcr.io/aponkratov/ya-yandex-wiki-mcp:0.2.0
- Transport: stdio only per registry metadata
What problem does it solve?
Agents hallucinate internal docs when your real specs live in Yandex Wiki and are not in the workspace.
Who is it for?
Builders on Yandex Wiki who want Claude or Cursor to use live wiki pages as context during implementation and doc edits.
Skip if: Teams on Notion, Confluence, or GitHub-only docs, or anyone without Yandex Wiki tenant access.
What do I get? / Deliverables
After setup, your agent can pull and work with Yandex Wiki content through MCP stdio from PyPI or the published container image.
- MCP-accessible Yandex Wiki operations for agent-driven doc retrieval and edits
- Repeatable stdio or containerized MCP server process at version 0.2.0
Recommended MCP Servers
Journey fit
Wiki access is wired during product build when documentation and internal knowledge live next to code, especially for teams standardized on Yandex Wiki. The MCP server targets documentation workflows—searching, fetching, and maintaining wiki content from the agent tooling lane.
How it compares
Yandex Wiki MCP connector, not a standalone markdown skill or generic web scraper.
Common Questions / FAQ
Who is ya-yandex-wiki-mcp for?
Developers and solo operators who keep canonical documentation in Yandex Wiki and use MCP-enabled coding agents.
When should I use ya-yandex-wiki-mcp?
Use it during build when you want agents to read, summarize, or update wiki pages instead of outdated local copies.
How do I add ya-yandex-wiki-mcp to my agent?
Register the MCP server with stdio pointing at the PyPI package ya-yandex-wiki-mcp 0.2.0, or run ghcr.io/aponkratov/ya-yandex-wiki-mcp:0.2.0 and connect your client to that process.