SDD (Spec-Driven Development) MCP Server — enforces constitution, tracks state, manages tasks
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"teamwork-mcp-server": {
"command": "npx",
"args": [
"-y",
"Paul-hengChen/teamwork-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add teamwork-mcp-server npx -y Paul-hengChen/teamwork-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"teamwork-mcp-server": {
"command": "npx",
"args": [
"-y",
"Paul-hengChen/teamwork-mcp-server"
]
}
}
}