.vscode — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited .vscode (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<p align="center"> <img src="https://raw.githubusercontent.com/Cloudmeru/CodeWiki-MCP/main/docs/favicon.svg" alt="CodeWiki MCP logo" width="96" height="96"> </p>
<p align="center"> <a href="https://pypi.org/project/codewiki-mcp/"><img src="https://img.shields.io/pypi/v/codewiki-mcp" alt="PyPI"></a> <a href="https://github.com/Cloudmeru/CodeWiki-MCP/blob/main/LICENSE"><img src="https://img.shields.io/github/license/Cloudmeru/CodeWiki-MCP" alt="License"></a> <a href="https://python.org"><img src="https://img.shields.io/pypi/pyversions/codewiki-mcp" alt="Python"></a> </p>
An MCP server that brings Google CodeWiki into your editor. Query any GitHub, GitLab, or Bitbucket repository and get AI-generated answers about the codebase — powered by Gemini.
[Documentation](https://cloudmeru.github.io/CodeWiki-MCP) · [Release Notes](https://cloudmeru.github.io/CodeWiki-MCP/release-notes.html) · [PyPI](https://pypi.org/project/codewiki-mcp/)
<p align="center"> <img src="https://raw.githubusercontent.com/Cloudmeru/CodeWiki-MCP/main/docs/sample_chat.gif" alt="Sample conversation using CodeWiki MCP and CodeWiki Agent" width="800"> </p>
<p align="center"> <em>Sample conversation using CodeWiki MCP server with the CodeWiki Agent in VS Code Chat.</em> </p>
pip install codewiki-mcp
playwright install chromiumOpen Command Palette (Ctrl+Shift+P) → MCP: Add Server → Command (stdio) → enter codewiki-mcp.
Or add to .vscode/mcp.json:
{
"servers": {
"codewiki-mcp": {
"type": "stdio",
"command": "codewiki-mcp"
}
}
}Add to claude_desktop_config.json:
{
"mcpServers": {
"codewiki": {
"command": "codewiki-mcp"
}
}
}docker build -t codewiki-mcp .
docker run -it --rm codewiki-mcp| Tool | Description |
|---|---|
codewiki_list_topics | Topics overview with previews |
codewiki_read_structure | JSON table of contents |
codewiki_read_contents | Full or section-specific docs (paginated) |
codewiki_search_wiki | Gemini-powered Q&A chat |
codewiki_request_indexing | Submit unindexed repos for indexing |
All tools accept repo_url as a full URL or owner/repo shorthand.
Configuration, architecture, agentic AI guides, and more — see the [full documentation](https://cloudmeru.github.io/CodeWiki-MCP).
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.