JSON API providing standards, patterns and principles for effective AI-assisted development. This API is used by the MCP server to connect LLMs to the guide.
Add this JSON structure to your AI assistant (Claude Desktop, Cursor, VS Code, etc.):
{
"mcpServers": {
"ai-developer-guide": {
"command": "npx",
"args": ["@dwmkerr/ai-developer-guide-mcp"]
}
}
}
See the MCP documentation for detailed setup instructions (Claude, Cursor, VS Code, etc.) →
Example prompt: "Review my Python code and suggest improvements following best practices"
npx @modelcontextprotocol/inspector npx @dwmkerr/ai-developer-guide-mcp
This JSON API serves the AI Developer Guide content in a structured format that can be consumed by Large Language Models (LLMs) through the Model Context Protocol (MCP) server.
Base URL: Current domain
Format: JSON
Version: 0.1.12
Updated: 2025-06-26