Skip to main content
Glama

Saffron MCP Server

by tvh
biome.json1.41 kB
{ "$schema": "https://biomejs.dev/schemas/2.2.3/schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "files": { "ignoreUnknown": false, "includes": [ "**", "!**/node_modules", "!**/dist", "!**/coverage", "!**/src/generated/**/*", "!**/operations/extracted.graphql" ] }, "formatter": { "enabled": true, "formatWithErrors": false, "indentStyle": "space", "indentWidth": 2, "lineEnding": "lf", "lineWidth": 100, "attributePosition": "auto" }, "assist": { "actions": { "source": { "organizeImports": "on" } } }, "linter": { "enabled": true, "rules": { "recommended": true, "complexity": { "noExcessiveCognitiveComplexity": "warn" }, "style": { "noNonNullAssertion": "off", "useImportType": "error" }, "suspicious": { "noExplicitAny": "warn" } } }, "javascript": { "formatter": { "jsxQuoteStyle": "double", "quoteProperties": "asNeeded", "trailingCommas": "es5", "semicolons": "always", "arrowParentheses": "always", "bracketSameLine": false, "bracketSpacing": true, "attributePosition": "auto" } }, "json": { "formatter": { "enabled": true } }, "css": { "formatter": { "enabled": true } } }

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/tvh/saffron-mcp'

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