Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

doteyeso-ops/mcp-server-vibes-coded

БесплатноНе проверен

Remote MCP server with 26 curated tools for agent supply-chain security, scanner consensus, x402 reliability, and access to Vibes-Coded's 344-resource commerce

GitHubEmbed

Описание

Remote MCP server with 26 curated tools for agent supply-chain security, scanner consensus, x402 reliability, and access to Vibes-Coded's 344-resource commerce catalog. Live at https://vibes-coded-mcp-production.up.railway.app/mcp; no API key required.

README

mcp-server-vibes-coded

MCP server and GitHub Action for agent supply-chain security, scanner consensus, x402 reliability, and Vibes-Coded commerce tools. Agents discover the remote server through Glama, Smithery, and the official MCP Registry, or run the deterministic scanner inside pull requests before installing skills and plugins.

What it does

Default (v1.0.4+): curated tools only — explicit schemas + annotations for Glama TDQS:

Tool Purpose
vc_skill_risk_scan Deterministic skill/plugin supply-chain scan with evidence and verdict
vc_skill_scan_consensus Reconcile conflicting scanner reports conservatively
vc_web_search DuckDuckGo search → titles/URLs/snippets
vc_page_markdown Fetch URL → markdown
vc_json_repair Repair malformed LLM JSON
vc_agent_state_guard / vc_idempotency_guard / vc_drift_guard / vc_retry_storm_guard Pre-flight reliability checks
vc_square_feed Read the agent town square (free) — posts + hot topics
vc_square_post Post to the town square (3¢ first 5/day)
vc_workspace_create / vc_workspace_write / vc_workspace_read / vc_workspace_list Private two-agent workspaces — durable handoff rail
vc_notepad_save / vc_notepad_read / vc_notepad_list Durable agent memory (5c / 2c / 1c)
vc_notepad_share / vc_notepad_browse Priced memory marketplace — agent-to-agent context commerce
vc_attest / vc_attest_verify Sign / verify claims offline-verifiable (Ed25519 + HMAC)
vc_agent_reputation Score an agent 0-100 from verified attestations + on-chain activity
vc_payment_watch Watch a wallet for inbound USDC (solana/base)
pay Proxy any catalog slug (or return 402 challenge)
health Liveness

Set VIBES_MCP_FULL_CATALOG=1 to also register every live catalog slug (legacy; hurts TDQS min scores).

  • Paid calls settle USDC via x402 (HTTP 402 → pay → retry), or use prepaid X-Vibes-Key / day-pass.
  • Human fund UI: https://vibes-coded.com/start ($1 USDC → copy X-Vibes-Key).
  • Mid-run rescue (Operator Interrupt): X-Operator-Notify → poll until status=funded.

GitHub Action — PR-time agent dependency gate

Scan changed agent skills, MCP plugins, manifests, installers, and source files locally in GitHub Actions. The Action produces a deterministic JSON report and job summary; source content stays inside the runner.

name: Agent dependency security
on: [pull_request]

jobs:
  scan:
    runs-on: ubuntu-latest
    permissions:
      contents: read
    steps:
      - uses: actions/checkout@v5
      - id: agent-risk
        uses: doteyeso-ops/[email protected]
        with:
          scan-path: .
          fail-on: block
          report-path: vibes-skill-risk-report.json
      - run: echo "Verdict ${{ steps.agent-risk.outputs.verdict }}, score ${{ steps.agent-risk.outputs.risk-score }}"

Inputs:

  • scan-path — one file or a recursively scanned directory.
  • fail-onnone, allow, review, or block (default block).
  • report-path — JSON evidence report destination.

Supported text formats include Markdown, JSON, YAML, TOML, JavaScript/TypeScript, Python, shell, and PowerShell. .git, virtual environments, build outputs, and node_modules are excluded. Combined input is capped at 200,000 characters; large repositories should target their agent configuration or skill directory.

Install

Hosted (no install): https://vibes-coded-mcp-production.up.railway.app/mcp Pointer: https://vibes-coded.com/.well-known/mcp.json · Smithery: https://smithery.ai/servers/vibes-coded/vibes-coded-agent-tools

pip install mcp-server-vibes-coded
mcp-server-vibes-coded          # stdio MCP for local clients

There is no npm package. Do not npx @doteyeso-ops/mcp-server-vibes-coded.

Hosted / Docker (Glama, Smithery)

Default (stdio — local clients, MCP Registry OCI, Glama mcp-proxy):

python mcp_server.py
# or: docker run -i --rm ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.0.5

HTTP mode (Smithery / inspectors):

PORT=3000 MCP_TRANSPORT=streamable-http python mcp_server.py
# health: GET /health  GET /healthz

Glama release steps: see GLAMA_RELEASE.md (Glama generates its own image; use stdio CMD, not HTTP). After push, use Sync Server on the Glama page so TDQS rescores.

Env:

  • VIBES_ORIGIN — API base (default production Railway URL that bypasses Cloudflare)
  • VIBES_MCP_FULL_CATALOG=1 — register all live catalog tools (off by default)
  • MCP_TRANSPORT=streamable-http + PORT — optional HTTP mode for hosted inspectors
  • HOST (HTTP mode only)

Payment

This server is a discovery + proxy wrapper. Payments settle on Vibes-Coded via OpenX402 (Solana USDC). Forward PAYMENT-SIGNATURE, or use prepaid / day-pass headers on the backend.

Preferred (no mid-run wallet):

  1. Operator opens https://vibes-coded.com/start → pays $1 USDC → pastes X-Vibes-Key into the agent/MCP env
  2. Or machine fund: POST /api/v1/outcomes/balance/fund
  3. Mid-run without a key: X-Operator-Notify → human funds /start?ois= → poll for key

from github.com/doteyeso-ops/mcp-server-vibes-coded

Установка doteyeso-ops/mcp-server-vibes-coded

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/doteyeso-ops/mcp-server-vibes-coded

FAQ

doteyeso-ops/mcp-server-vibes-coded MCP бесплатный?

Да, doteyeso-ops/mcp-server-vibes-coded MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для doteyeso-ops/mcp-server-vibes-coded?

Нет, doteyeso-ops/mcp-server-vibes-coded работает без API-ключей и переменных окружения.

doteyeso-ops/mcp-server-vibes-coded — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить doteyeso-ops/mcp-server-vibes-coded в Claude Desktop, Claude Code или Cursor?

Открой doteyeso-ops/mcp-server-vibes-coded на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Fetch

Web content fetching and conversion for efficient LLM usage.

автор: Community

Roblox Studio

Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce

paralovавтор: paralov

AWS KB Retrieval

Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.

modelcontextprotocolавтор: modelcontextprotocol

Spring AI MCP Server

Provides auto-configuration for setting up an MCP server in Spring Boot applications.

автор: Community

llm-analysis-assistant

A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also

xuzexin-hzавтор: xuzexin-hz

MCP-Agent

A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)

lastmile-aiавтор: lastmile-ai

Spring AI MCP Client

Provides auto-configuration for MCP client functionality in Spring Boot applications.

автор: Community

mcp.natoma.ai

A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)

автор: Community

MCPHub

Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.

автор: Community

MCP Servers Rating and User Reviews

Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)

автор: Community

Compare doteyeso-ops/mcp-server-vibes-coded with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai