← Back to Plugins
MCP Server MCP

Vibes-Coded Agent Tools

github By github 👁 1 views ▲ 0 votes

Curated Vibes-Coded x402 MCP tools: search, scrape, JSON repair, reliability guards, pay.

Homepage Verified source GitHub

Install

oci:ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.2.0

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp-vibes-coded-production.up.railway.app/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Vibes-Coded API origin (defaults to production Railway).",
          "format": "string",
          "name": "VIBES_ORIGIN"
        },
        {
          "description": "Set to 1 to register all live catalog tools (hurts TDQS; off by default).",
          "format": "string",
          "name": "VIBES_MCP_FULL_CATALOG"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http oci

Comments

Sign in to leave a comment

Loading comments...