★ 0 stars
Python
📦 Other
Updated today
Development lifecycle MCP server — consumes the khonliang corpus to produce specs, milestones, FRs, worktrees, and dispatched work units
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"khonliang-developer": {
"command": "uvx",
"args": [
"khonliang-developer"
]
}
}
}
Run in terminal:
claude mcp add khonliang-developer uvx khonliang-developer
Add to .cursor/mcp.json:
{
"mcpServers": {
"khonliang-developer": {
"command": "uvx",
"args": [
"khonliang-developer"
]
}
}
}
Or install with pip: pip install khonliang-developer