MCP Directory
Back

ospec

by clawplays · JavaScript · ★ 555

Spec-driven, agentic workflow framework for AI coding agents. Turn a request into a verifiable goal loop — plan, act, verify — with durable specs and evidence in your repo. Works with Claude Code, Codex, Gemini, OpenCode, and plain CLI.

#agentic-ai#agentic-coding#ai#ai-agents#ai-coding-assistant#ai-workflow#claude-code#cli#codex#coding-agent#developer-tools#llm#loop-engineering#mcp#model-context-protocol#prompt-engineering#sdd#spec-driven-development

Install

npx -y github:clawplays/ospec

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "ospec": {
      "command": "npx",
      "args": [
        "-y",
        "github:clawplays/ospec"
      ]
    }
  }
}

From the README

OSpec.ai English | 中文 | 日本語 | العربية The official OSpec CLI package is , and the official command is . OSpec is a spec-driven, agentic workflow framework for AI coding agents — it brings spec-driven development (SDD) and Loop Engineering (a verifiable plan → act → verify goal loop) to Claude Code, Codex, Gemini, OpenCode, MCP-based agents, and plain CLI workflows. Prompt Guide | Usage | Overview | Installation | External Plugins | Plugin Release | Issues AI coding assistants are powerful, but requirements that live only in chat history are h…
Read full README on GitHub →

Related ai & ml servers