Installation
Requirements
Section titled “Requirements”- Node.js
>=22.7.5 - npm
>=10.0.0 - A MCP-compatible host: Claude Desktop, VS Code (Copilot Chat), Cline, or any MCP client
Install Methods
Section titled “Install Methods”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"] } } }}npm install -g mcp-ai-agent-guidelinesThen configure your MCP host with command: "mcp-ai-agent-guidelines" and args: [].
docker pull ghcr.io/anselmoo/mcp-ai-agent-guidelines:latestMCP config:
{ "mcp": { "servers": { "ai-agent-guidelines": { "command": "docker", "args": ["run", "--rm", "-i", "ghcr.io/anselmoo/mcp-ai-agent-guidelines:latest"] } } }}git clone https://github.com/Anselmoo/mcp-ai-agent-guidelines.gitcd mcp-ai-agent-guidelinesnpm cinpm run buildThen configure your MCP host with:
{ "mcp": { "servers": { "ai-agent-guidelines": { "command": "node", "args": ["/path/to/mcp-ai-agent-guidelines/dist/index.js"] } } }}VS Code One-Click Install
Section titled “VS Code One-Click Install”Click the button to install directly into VS Code via the MCP redirect:
Or add manually in VS Code User Settings (JSON):
{ "mcp": { "servers": { "ai-agent-guidelines": { "command": "npx", "args": ["-y", "mcp-ai-agent-guidelines@latest"] } } }}Verify Installation
Section titled “Verify Installation”After adding the server to your MCP host, verify the tools are listed:
# Using MCP Inspector CLInpx -y @modelcontextprotocol/inspector --cli node dist/index.js --method tools/listYou should see 20+ tools including system-design, feature-implement, task-bootstrap, etc.
Next Steps
Section titled “Next Steps”- Quickstart — your first task with the server
- MCP Configuration — environment variables, physics skill gating, orchestration config