Wikivibe MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Wikivibe MCPsearch for articles about MCP servers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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. It also exposes the public VibeDesign catalog of ready-made templates, layouts, components, dashboards, animations and source links.
The server gives AI assistants and agentic IDEs structured access to public Wikivibe articles and approved design templates. 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
Related MCP server: Vibe MCP Server
Tools
The hosted server exposes six 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.search_design_templates- search public VibeDesign ready-made templates, layouts, components, dashboards, animations and source links.get_design_template- read one public VibeDesign template by slug, URL or localized path.
Example client config
For clients that support remote Streamable HTTP MCP servers, use:
{
"mcpServers": {
"wikivibe": {
"url": "https://wikivibe.ru/mcp/"
}
}
}For clients that need a local proxy, use mcp-remote:
{
"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.
Find Russian VibeDesign dashboard templates with GitHub source links and return the best options.
Open a VibeDesign template page and explain what source, demo and preview assets are available.
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 and public design-template metadata.
Contact
For listing, verification or integration questions: vbfbk2010@gmail.com
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA comprehensive Model Context Protocol server that integrates Vibe Coding methodology with Knowledge Graph technology for AI-assisted software development using Kuzu embedded database.Last updated2
- FlicenseBqualityCmaintenanceEnterprise-grade MCP server for Vibe APIs, enabling AI agents to manage projects, repositories, buckets, and retrieve activity data.Last updated6
- Alicense-qualityBmaintenanceSelf-hosted MCP server that indexes documentation from various sources and makes it searchable by AI assistants via the Model Context Protocol and REST API.Last updated1866Apache 2.0
- Alicense-qualityDmaintenanceA high-performance MCP server that aggregates Wikipedia, arXiv, Context7, and DevDocs into a unified interface for AI agents.Last updated171MIT
Related MCP Connectors
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
A Model Context Protocol server for Wix AI tools
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AlexMi64/wikivibe-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server