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.
ツール
discover_ai_readmes
get_context_for_file
update_ai_readme
validate_ai_readmes
compress_ai_readme
init_ai_readme
サーバー設定
{
"mcpServers": {
"ai-readme-manager": {
"command": "npx",
"args": [
"-y",
"ai-readme-mcp@latest"
]
}
}
}