Skip to main content
Glama

Google Search MCP Server

by Claw256
tsconfig.json768 B
{ "compilerOptions": { // Enable latest features "lib": ["ESNext", "DOM", "DOM.Iterable"], "target": "ESNext", "module": "ES2022", "allowJs": true, // Output configuration "outDir": "./dist", "moduleResolution": "node", "allowImportingTsExtensions": false, "noEmit": false, // Best practices "strict": true, "skipLibCheck": true, "noFallthroughCasesInSwitch": true, // Some stricter flags "noUnusedLocals": false, "noUnusedParameters": false, "noPropertyAccessFromIndexSignature": true, "baseUrl": ".", "allowSyntheticDefaultImports": true, "esModuleInterop": true, // Types "types": ["bun-types"] }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }

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/Claw256/mcp-web-search'

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