Skip to main content
Glama

Component Library MCP Server

claude_desktop_config.example.json•772 B
{ "mcpServers": { "component-library": { "command": "node", "args": ["/absolute/path/to/component-library-mcp-ts/dist/index.js"], "env": { "COMPONENTS_PATH": "/path/to/your/component-library/src/components", "DOCS_PATH": "/path/to/your/documentation-site/content", "EXAMPLES_PATH": "/path/to/your/documentation-site/examples" } }, "component-library-dev": { "command": "npx", "args": ["tsx", "/absolute/path/to/component-library-mcp-ts/src/index.ts"], "env": { "COMPONENTS_PATH": "/path/to/your/component-library/src/components", "DOCS_PATH": "/path/to/your/documentation-site/content", "EXAMPLES_PATH": "/path/to/your/documentation-site/examples" } } } }

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/alex-abrams711/component-library-mcp'

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