Skip to main content
Glama
tauri.conf.json867 B
{ "$schema": "https://schema.tauri.app/config/2", "productName": "Secret MCP", "version": "0.1.0", "identifier": "com.secretmcp.app", "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "npm run build", "frontendDist": "../build" }, "app": { "withGlobalTauri": true, "windows": [ { "title": "Secret MCP", "width": 600, "height": 500, "resizable": true, "visible": true, "decorations": true } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "macOS": { "minimumSystemVersion": "10.15" } } }

Latest Blog Posts

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/AKarenin/Secret-mcp'

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