We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/m-yoshiro/storybook-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"v": 7,
"entries": {
"button--primary": {
"id": "button--primary",
"name": "Primary",
"title": "Button",
"importPath": "./src/components/Button.stories.tsx",
"kind": "Example/Button",
"story": "Primary",
"parameters": {
"__id": "button--primary",
"docsOnly": false,
"fileName": "./src/components/Button.stories.tsx"
}
},
"textbutton--default": {
"id": "textbutton--default",
"name": "Default",
"title": "TextButton",
"importPath": "./src/components/TextButton.stories.tsx",
"kind": "Example/TextButton",
"story": "Default",
"parameters": {
"__id": "textbutton--default",
"docsOnly": false,
"fileName": "./src/components/TextButton.stories.tsx"
}
},
"card--default": {
"id": "card--default",
"name": "Default",
"title": "Card",
"importPath": "./src/components/Card.stories.tsx",
"kind": "Example/Card",
"story": "Default",
"parameters": {
"__id": "card--default",
"docsOnly": false,
"fileName": "./src/components/Card.stories.tsx"
}
}
}
}