Skip to main content
Glama

Google Patents MCP Server

# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile # Stage 1: Build the TypeScript source FROM node:lts-alpine AS builder WORKDIR /app # Install dependencies COPY package*.json tsconfig.json ./ RUN npm install # Copy source and build COPY src ./src RUN npm run build # Stage 2: Create production image FROM node:lts-alpine WORKDIR /app # Install only production dependencies COPY package*.json ./ RUN npm install --only=production # Copy built artifacts COPY --from=builder /app/build ./build # Expose stdio for MCP communication # Start the MCP server CMD ["node", "build/index.js"]

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/KunihiroS/google-patents-mcp'

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