Loading...
npx @modelcontextprotocol/inspector{
"mcpServers": {
"pinecone-assistant": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"PINECONE_API_KEY",
"-e",
"PINECONE_ASSISTANT_HOST",
"pinecone/assistant-mcp"
],
"env": {
"PINECONE_API_KEY": "<YOUR_PINECONE_API_KEY_HERE>",
"PINECONE_ASSISTANT_HOST": "<YOUR_PINECONE_ASSISTANT_HOST_HERE>"
}
}
}
}retrieve_informationRetrieves information from the Pinecone Assistant.
Read-only operation, no data modification.
This MCP server is relatively safe for retrieving information from Pinecone Assistant. The main risk is exposure of the Pinecone API key and potential information leakage. Ensure the API key is stored securely and the Pinecone Assistant does not contain overly sensitive data.