Loading...
npm install
vim{
"react-analyzer-mcp": {
"command": "node",
"args": [
"/Users/azer/code/sandbox/react-analyzer-mcp/build/index.js"
]
}
}analyze-reactAnalyzes a single React component from source code and extracts its properties.
Read-only operation on a single file.
analyze-projectGenerates documentation for all React components within a specified project folder.
Primarily read operations; generates documentation based on code analysis.
list-projectsLists all projects located under the configured root folder.
Read-only operation; lists directories.
This tool is relatively safe for analyzing React codebases. However, ensure the `PROJECT_ROOT` is properly configured to prevent unauthorized file access. Be mindful of sensitive information potentially exposed in the generated documentation.