Skip to main content
Glama

Pinecone MCP Server

by Solaceking
Dockerfile603 B
FROM node:18-alpine # Set working directory WORKDIR /app # Copy package files COPY package*.json ./ # Install dependencies RUN npm ci --only=production # Copy source code COPY build/ ./build/ # Make executable RUN chmod +x build/index.js # Expose port (if needed for HTTP server) EXPOSE 3000 # Set environment variables with defaults ENV PINECONE_API_KEY="" ENV OPENAI_API_KEY="" ENV PINECONE_INDEX_NAME="ad-assessor-docs" # Health check HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \ CMD node --version || exit 1 # Run the application 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/Solaceking/pinecone-mcp-server'

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