@sidstack/mcp-server
v0.4.6
Published
MCP Server for SidStack - task management, knowledge, and impact analysis for Claude Code
Downloads
781
Maintainers
Readme
@sidstack/mcp-server
MCP Server for SidStack - knowledge, task management, impact analysis, and governance for Claude Code.
Install
Add to your Claude Code MCP settings (~/.claude/settings.json):
{
"mcpServers": {
"sidstack": {
"command": "npx",
"args": ["-y", "@sidstack/mcp-server"]
}
}
}Or in a project .mcp.json:
{
"mcpServers": {
"sidstack": {
"command": "npx",
"args": ["-y", "@sidstack/mcp-server"]
}
}
}Tools (20)
Knowledge
knowledge_context- Build session context for a task/moduleknowledge_search- Search across knowledge docsknowledge_list- List available docsknowledge_modules- List modules with stats
Tasks
task_create- Create task with governancetask_update- Update status/progresstask_list- List taskstask_complete- Complete with quality gate check
Impact Analysis
impact_analyze- Run impact analysis on a planned changeimpact_check_gate- Check gate status (blocked/warning/clear)impact_list- List analyses
Tickets
ticket_create- Create ticketticket_list- List/filter ticketsticket_update- Update statusticket_convert_to_task- Convert ticket to task
Training
lesson_create- Create lesson from incidentrule_check- Check rules for context
Sessions
session_launch- Launch Claude session with role and context
Setup
Initialize a project with SidStack:
npx @sidstack/cli init # Basic init
npx @sidstack/cli init --scan # Init + AI-powered knowledge scanDevelopment
pnpm build # Build
pnpm dev # Watch mode
pnpm start # Run serverLicense
MIT
