JSX Prop Lookup MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ALLOWED_ROOTS | No | Comma-separated list of allowed root directories (absolute or workspace-relative) to restrict filesystem access. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_jsx_propsA | Analyze JSX/React component prop usage across files and directories. Use this tool when you need to:
EXAMPLES:
Returns:
|
| find_prop_usageA | Find all usages of a specific prop across JSX/React files. Use this tool when you need to:
EXAMPLES:
Returns:
|
| get_component_propsA | Get detailed information about all props used by a specific component. Use this tool when you need to:
EXAMPLES:
Returns:
|
| find_components_without_propA | Find component instances that are missing a required prop (e.g., Select components without width prop). Use this tool when you need to:
EXAMPLES:
Returns:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lmn451/jsx-prop-lookup-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server