Skip to main content
Glama

Tailscale MCP Server

biome.jsonโ€ข1.88 kB
{ "$schema": "https://biomejs.dev/schemas/2.1.2/schema.json", "assist": { "actions": { "source": { "organizeImports": "on" } } }, "linter": { "enabled": true, "rules": { "recommended": true, "suspicious": { "noExplicitAny": "warn", "noImplicitAnyLet": "warn" }, "style": { "noUnusedTemplateLiteral": "error", "useConst": "error", "noNonNullAssertion": "warn", "noParameterAssign": "error", "useAsConstAssertion": "error", "useDefaultParameterLast": "error", "useEnumInitializers": "error", "useSelfClosingElements": "error", "useSingleVarDeclarator": "error", "useNumberNamespace": "error", "noInferrableTypes": "error", "noUselessElse": "error" }, "correctness": { "noUnusedVariables": "error" }, "complexity": { "noForEach": "warn" } } }, "formatter": { "enabled": true, "formatWithErrors": false, "indentStyle": "space", "indentWidth": 2, "lineEnding": "lf", "lineWidth": 80, "attributePosition": "auto" }, "javascript": { "formatter": { "jsxQuoteStyle": "double", "quoteProperties": "asNeeded", "trailingCommas": "all", "semicolons": "always", "arrowParentheses": "always", "bracketSpacing": true, "bracketSameLine": false, "quoteStyle": "double", "attributePosition": "auto" } }, "json": { "formatter": { "enabled": true } }, "files": { "includes": [ "**/src/**/*", "**/scripts/**/*", "**/*.ts", "**/*.js", "**/*.json", "!**/dist/**/*", "!**/coverage/**/*", "!**/node_modules/**/*", "!**/*.config.js", "!**/jest.config*.ts", "!**/package-lock.json", "!**/bun.lockb" ] } }

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/HexSleeves/tailscale-mcp'

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