Skip to content

Installation

  • Node.js >=22.7.5
  • npm >=10.0.0
  • A MCP-compatible host: Claude Desktop, VS Code (Copilot Chat), Cline, or any MCP client

No installation needed — npx downloads and runs the latest version on demand.

{
"mcp": {
"servers": {
"ai-agent-guidelines": {
"command": "npx",
"args": ["-y", "mcp-ai-agent-guidelines@latest"]
}
}
}
}

Click the button to install directly into VS Code via the MCP redirect:

Install with NPX in VS Code

Or add manually in VS Code User Settings (JSON):

{
"mcp": {
"servers": {
"ai-agent-guidelines": {
"command": "npx",
"args": ["-y", "mcp-ai-agent-guidelines@latest"]
}
}
}
}

After adding the server to your MCP host, verify the tools are listed:

Terminal window
# Using MCP Inspector CLI
npx -y @modelcontextprotocol/inspector --cli node dist/index.js --method tools/list

You should see 20+ tools including system-design, feature-implement, task-bootstrap, etc.

  • Quickstart — your first task with the server
  • MCP Configuration — environment variables, physics skill gating, orchestration config