Skip to main content
Glama

EverArt Forge MCP Server

selectors.schema.json690 B
{ "type": "object", "additionalProperties": { "type": "object", "additionalProperties": false, "properties": { "syntax": { "type": "string" }, "groups": { "type": "array", "minitems": 1, "uniqueItems": true, "items": { "$ref": "definitions.json#/groupList" } }, "status": { "enum": [ "standard", "nonstandard", "experimental" ] }, "mdn_url": { "type": "string", "pattern": "^https://developer.mozilla.org/docs/Web/CSS/" } }, "required": [ "syntax", "groups", "status" ] } }

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/nickbaumann98/everart-forge-mcp'

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