# Wikivibe MCP

> Search and read public Wikivibe articles about AI coding, agents, MCP, GEO, bots and deployment.

- **Type:** MCP server
- **Install:** `agentstack add mcp-alexmi64-wikivibe-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [AlexMi64](https://agentstack.voostack.com/s/alexmi64)
- **Installs:** 0
- **Category:** [Search](https://agentstack.voostack.com/c/search)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [AlexMi64](https://github.com/AlexMi64)
- **Source:** https://github.com/AlexMi64/wikivibe-mcp

## Install

```sh
agentstack add mcp-alexmi64-wikivibe-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Wikivibe MCP

Wikivibe MCP is a public read-only Model Context Protocol server for Wikivibe, a Russian/English knowledge base about AI coding, vibe coding, AI agents, MCP, developer tools, SEO/GEO, Telegram bots, integrations, databases and deployment workflows.

The server gives AI assistants and agentic IDEs structured access to public Wikivibe articles. It does not expose private data, drafts, user profiles, comments, analytics, CMS records, credentials or write operations. The endpoint only returns canonical, indexable public materials that are already available on the website.

## Remote MCP endpoint

- Website: https://wikivibe.ru
- MCP endpoint: https://wikivibe.ru/mcp/
- Server metadata: https://wikivibe.ru/server.json
- Well-known discovery: https://wikivibe.ru/.well-known/mcp.json
- Transport: Streamable HTTP
- Access: public read-only

## Tools

The hosted server exposes four tools:

- `search_articles` - search public canonical Wikivibe articles by query.
- `get_article` - read one public article by URL, path, section and slug.
- `list_latest_articles` - list the newest public canonical articles.
- `list_sections` - list public sections that contain indexable articles.

## Example client config

For clients that support remote Streamable HTTP MCP servers, use:

```json
{
  "mcpServers": {
    "wikivibe": {
      "url": "https://wikivibe.ru/mcp/"
    }
  }
}
```

For clients that need a local proxy, use `mcp-remote`:

```json
{
  "mcpServers": {
    "wikivibe": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://wikivibe.ru/mcp/"]
    }
  }
}
```

## Example prompts

- Search Wikivibe MCP for articles about MCP in AI development and summarize the best source.
- Open the Wikivibe article about connecting a website to AI agents and explain the practical value.
- List latest Wikivibe articles about AI coding tools, agents and deployment.

## Safety model

Wikivibe MCP is intentionally read-only. It cannot edit content, publish articles, access CMS data, read private user data, run commands, call external APIs on behalf of a user, or mutate any server state. It is a discovery and reading interface for public knowledge base content.

## Contact

For listing, verification or integration questions: vbfbk2010@gmail.com

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [AlexMi64](https://github.com/AlexMi64)
- **Source:** [AlexMi64/wikivibe-mcp](https://github.com/AlexMi64/wikivibe-mcp)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-alexmi64-wikivibe-mcp
- Seller: https://agentstack.voostack.com/s/alexmi64
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
