Dynamic context loading for AI assistants with TDD workflow and AST analysis
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-isucorp-taimiralain-stackguide-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Dynamic context loading for AI assistants with TDD workflow and AST analysis
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for io.github.isucorp-taimiralain/stackguide-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Dynamic context + active engineering workflow for AI coding assistants in Cursor, VS Code, and other MCP clients.
@stackguide/mcp-server helps teams standardize implementation quality with:
intake, plan, verify, release)This server is built for real team usage, not just prompt templates.
agent tool (execution-first workflow).init now generates .stackguide/config.json automatically.test/lint/build execution..stackguide artifacts removed from version control.cursor/mcp.json){
"mcpServers": {
"stackguide": {
"command": "npx",
"args": ["-y", "@stackguide/mcp-server"]
}
}
}
.vscode/mcp.json)Use the same config as Cursor.
init action:"full"
init action:"status"
agent action:"status"
agent action:"intake" ticket:"PROJ-123"
agent action:"plan" brief:"<brief-from-intake>"
agent action:"verify"
agent action:"release" version:"v1.2.0"
setup: configure StackGuide context for project typecontext: show currently loaded contextrules: list/search/get/select rule setsknowledge: list/search/get knowledge filesreview: analyze files/URLs/project code qualitycursor: browse/import community rulesdocs: fetch/search/list documentationconfig: save/load/export/import configurationscustom_rule: create/update/delete/list project custom ruleshelp: usage help by topicgenerate: boilerplate generation (component/hook/service/test/api/model/util)health: project health score and recommendationsanalyze: project intelligence (structure/config/dependency/generate/apply)workflow: lazy-load raw workflow assets (agents/skills/hooks/commands)init: scaffold .stackguide with stack-aware defaultsagent: active workflow executor (status, intake, plan, verify, release)agent action:"intake"agent action:"plan"agent action:"verify"agent action:"release"major / minor / patch)init generates:
.stackguide/config.json (project workflow config)Runtime/local arti