AI_README MCP Server is a Model Context Protocol (MCP) server that helps AI assistants understand your project conventions through dedicated AI_README.md guide files. It automatically discovers, routes, and manages these files so AI can generate consistent, high-quality code that matches your team's standards.
Works with: GitHub Copilot (VSCode 1.102+), Claude Code, Cursor, and other MCP-compatible AI tools.
Server Config
{
"mcpServers": {
"ai-readme-manager": {
"command": "npx",
"args": [
"-y",
"ai-readme-mcp@latest"
]
}
}
}