Skip to main content
Glama

CanIUse MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEBUGNoEnable verbose logging with debug pattern (e.g. 'caniuse-mcp*')
CANIUSE_OVERRIDESNoSet feature overrides as JSON object string
CANIUSE_POLYFILLSNoConfigure polyfills as JSON array string
CANIUSE_DEFAULT_BASELINENoSet default baseline browser target

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
scan_project

Analyze project files to detect CSS/JS features and check compatibility across browser targets

check_compatibility

Check specific features or files against multiple browser targets with detailed analysis

get_fixes

Get actionable remediation steps, polyfills, and alternatives for unsupported features

generate_configs

Generate complete build configurations, CI/CD setups, and workflow files for browser compatibility

manage_config

Configure browser baselines, polyfills, and feature overrides for more accurate compatibility checking

check_feature_support

Check if a CSS or JavaScript feature is supported in Chrome 37

check_multiple_features

Check support for multiple CSS/JS features in Chrome 37 at once

suggest_alternatives

Get alternative solutions for features not supported in Chrome 37

check_react_compatibility

Check compatibility of React-specific features and patterns for Chrome 37

check_css_modules_compatibility

Check CSS features commonly used with CSS modules for Chrome 37 compatibility

generate_css_fallbacks

Generate CSS with fallbacks for Chrome 37 compatibility

get_build_config

Get recommended build configuration for React + CSS modules targeting Chrome 37

generate_component_template

Generate React component template with CSS modules compatible with Chrome 37

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/Amirmahdi-Kaheh/caniuse-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server