An MCP server for project-aware engineering workflows that loads rules and context, reviews code quality, scaffolds setup, and runs an active intake/plan/verify/release flow. It also integrates with trackers, VCS, and test runners to support delivery-oriented development in MCP clients like Cursor and VS Code.
From the registry: Dynamic context loading for AI assistants with TDD workflow and AST analysis
Please install the `stackguide-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js and npm/npx** — The server is launched via npx from the npm package registry, so Node.js with npm/npx must be installed. (https://nodejs.org/)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@stackguide/mcp-server"]
- optional environment variables:
- `STACKGUIDE_INTEGRITY_KEY`: Optional HMAC secret used to strengthen integrity protection for local cache/history artifacts. (example: `<long-random-secret>`)
Note: README provides a stdio MCP config using npx. No required environment variables are documented for basic startup. STACKGUIDE_INTEGRITY_KEY is optional and only affects local artifact integrity hardening, not core server launch.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.STACKGUIDE_INTEGRITY_KEYrequiredoptional HMAC secret used to sign local cache and history data for integrity protectionAI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.