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.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ospec": {
"command": "npx",
"args": [
"-y",
"clawplays/ospec"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ospec npx -y clawplays/ospec
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ospec": {
"command": "npx",
"args": [
"-y",
"clawplays/ospec"
]
}
}
}
📋 Copy
README Excerpt
<h1><a href="https://ospec.ai/" target="_blank" rel="noopener noreferrer">OSpec.ai</a></h1> <p align="center"> <a href="https://www.npmjs.com/package/@clawplays/ospec-cli"><img src="https://img.shields.io/npm/v/%40clawplays%2Fospec-cli?style=for-the-badge&logo=npm&label=npm" alt="npm"></a> <a href="https://www.npmjs.com/package/@clawplays/ospec-cli"><img src="https://img.shields.io/npm/dm/%40clawplays%2Fospec-cli?style=for-the-badge&logo=npm&label=downloads&cacheSeconds=300" alt="npm downloads">
Topics
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