Discover the toolingbehind modern intelligence
The operating system for AI infrastructure discovery. Search a live map of MCP servers, AI agents, LLM tools, automation systems, and developer infrastructure.
The operating system for AI infrastructure discovery. Search a live map of MCP servers, AI agents, LLM tools, automation systems, and developer infrastructure.
A Model Context Protocol (MCP) server that provides structured spec-driven development workflow tools for AI-assisted software development, featuring a real-time web dashboard and VSCode extension for monitoring and managing your project's progress directly in your development environment.
AI summary
Auto-generated overview of what this skill does and when to reach for it.
MCP server that turns plain-language prompts into structured specs and tracks AI-assisted development tasks in real time via web dashboard or VSCode.
$ npx skillcity@latest Pimzino/spec-workflow-mcpAuto-detects the skill or MCP server in this repo and installs it for Claude Code, Codex, Cursor or Cline.
Requires Node.js 18+ (ships with npx).
npx -y spec-workflow-mcp
MCP Configuration
Add this to your claude_desktop_config.json
{
"mcpServers": {
"spec-workflow-mcp": {
"command": "npx",
"args": [
"-y",
"spec-workflow-mcp"
]
}
}
}Loading README…
Ask a simulated agent to run this skill. It loads the real SKILL.md and reasons over your task with NVIDIA.
Pick a quick prompt below or type your own — watch the agent execute this skill step by step.
guest@skillcity:~$