Skip to main content
Glama

Spec-driven Development MCP Server

by kevinlin
package.json1.09 kB
{ "name": "spec-coding-mcp", "version": "1.0.1", "description": "MCP server for AI-powered IDE to follow spec-driven development", "main": "dist/index.js", "type": "module", "bin": { "spec-coding-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "spec-driven", "workflow", "ai", "development", "requirements", "design", "tasks" ], "author": "kevinlin", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/kevinlin/spec-coding-mcp.git" }, "homepage": "https://github.com/kevinlin/spec-coding-mcp#readme", "bugs": { "url": "https://github.com/kevinlin/spec-coding-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.0", "nanoid": "^5.1.5" }, "devDependencies": { "@types/node": "^22.13.10", "tsx": "^4.20.3", "typescript": "^5.8.3", "vitest": "^3.2.4" }, "engines": { "node": ">=18.0.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kevinlin/spec-driven-dev-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server