Vibedev Specs Mcp

Created By
main10 months ago
An AI-powered development workflow MCP server that guides you from requirements to code implementation. Features Complete Development Workflow: From goal collection to task execution AI-Powered Guidance: Step-by-step instructions for each development phase Template-Based: Uses proven templates for requirements, design, and tasks Claude Integration: Seamlessly integrates with Claude Code Installation
Overview

what is Vibedev Specs Mcp?

Vibedev Specs Mcp is an AI-powered development workflow server that guides developers from requirements gathering to code implementation.

how to use Vibedev Specs Mcp?

To use Vibedev Specs Mcp, install it via the command npx vibedev-specs-mcp@latest and follow the step-by-step instructions provided for each development phase.

key features of Vibedev Specs Mcp?

  • Complete development workflow from goal collection to task execution.
  • AI-powered guidance with step-by-step instructions.
  • Template-based approach using proven templates for requirements, design, and tasks.
  • Integration with Claude Code for seamless coding assistance.

use cases of Vibedev Specs Mcp?

  1. Streamlining the software development process from start to finish.
  2. Assisting teams in following best practices through AI guidance.
  3. Enhancing collaboration among team members with structured templates.

FAQ from Vibedev Specs Mcp?

  • Can Vibedev Specs Mcp be used for any type of project?

Yes! It is designed to assist in various software development projects regardless of size or complexity.

  • Is there a cost associated with using Vibedev Specs Mcp?

No, it is free to use as part of the open-source community.

  • How does the AI guidance work?

The AI provides context-aware instructions based on the current phase of development, helping to ensure best practices are followed.

Server Config

{
  "mcpServers": {
    "vibedev-specs": {
      "command": "npx",
      "args": [
        "vibedev-specs-mcp@latest"
      ],
      "env": {},
      "disabled": false
    }
  }
}
Project Info
Created At
10 months ago
Updated At
10 months ago
Author Name
main
Star
-
Language
-
License
-

Recommend Servers

View All
Payai X402 Tools

an hour ago
Payai X402 Tools

an hour ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

a day ago