Skip to main content
Glama

Pinecone MCP Server

by Solaceking
docker-compose.yml553 B
version: '3.8' services: pinecone-mcp: build: . container_name: pinecone-mcp-server environment: - PINECONE_API_KEY=${PINECONE_API_KEY} - OPENAI_API_KEY=${OPENAI_API_KEY} - PINECONE_INDEX_NAME=${PINECONE_INDEX_NAME:-ad-assessor-docs} ports: - "3000:3000" restart: unless-stopped healthcheck: test: ["CMD", "node", "--version"] interval: 30s timeout: 10s retries: 3 start_period: 40s networks: - pinecone-network networks: pinecone-network: driver: bridge

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