Skip to main content
Glama

Pinecone Developer MCP

Official
by pinecone-io
version.ts573 B
import {readFileSync} from 'fs'; import {dirname, join} from 'path'; import {fileURLToPath} from 'url'; const __filename = fileURLToPath(import.meta.url); const __dirname = dirname(__filename); function getVersion(): string { try { const packageJsonPath = join(__dirname, '../package.json'); const packageJson = JSON.parse(readFileSync(packageJsonPath, 'utf-8')); return packageJson.version || 'unknown'; } catch (err) { console.error('Unable to retrieve version:', err); return 'unknown'; } } export const PINECONE_MCP_VERSION = getVersion();

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/pinecone-io/pinecone-mcp'

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