← wikivibe.ru

INDIVIDUAL MCP TOOL

list_sections

List public Wikivibe sections that contain indexable articles.

wikivibe.runone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

wikivibe.ru

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.wikivibe]
url = "https://wikivibe.ru/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "wikivibe": {
      "type": "http",
      "url": "https://wikivibe.ru/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: wikivibe
Remote MCP URL: https://wikivibe.ru/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "wikivibe": {
      "url": "https://wikivibe.ru/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "wikivibe": {
      "type": "http",
      "url": "https://wikivibe.ru/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "wikivibe",
  "transport": "streamable-http",
  "url": "https://wikivibe.ru/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_articles — Search public canonical Wikivibe articles about AI coding, agents, MCP, tools, SEO/GEO, bots, deployment and product workflows.
  • get_article — Read one public Wikivibe article by absolute URL, path, or section plus slug.
  • list_latest_articles — List the newest public canonical Wikivibe articles.
  • search_design_templates — Search public VibeDesign ready-made templates, layouts, components, dashboards, animations and source links from the Wikivibe catalog.
  • get_design_template — Read one public VibeDesign template by slug, absolute URL or localized path.
  • search_skills — Search public Wikivibe AI-agent skills with GitHub metadata, project signals, install prompts and usage rules.
  • get_skill — Read one public Wikivibe AI-agent skill by slug, absolute URL or localized path.
  • recommend_skills_for_project — Recommend Wikivibe AI-agent skills from a safe project summary: frameworks, dependencies, file paths, goals and problems.