Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Assistant Mcp

    Pinecone Assistant MCP server

    37 stars
    Rust
    Updated Oct 2, 2025

    Table of Contents

    • Features
    • Prerequisites
    • Building with Docker
    • Running with Docker
    • Environment Variables
    • Usage with Claude Desktop
    • Building from Source
    • Testing with the inspector
    • License

    Table of Contents

    • Features
    • Prerequisites
    • Building with Docker
    • Running with Docker
    • Environment Variables
    • Usage with Claude Desktop
    • Building from Source
    • Testing with the inspector
    • License

    Documentation

    Pinecone Assistant MCP Server

    An MCP server implementation for retrieving information from Pinecone Assistant.

    Features

    • Retrieves information from Pinecone Assistant
    • Supports multiple results retrieval with a configurable number of results

    Prerequisites

    • Docker installed on your system
    • Pinecone API key - obtain from the Pinecone Console
    • Pinecone Assistant API host - after creating an Assistant (e.g. in Pinecone Console), you can find the host in the Assistant details page

    Building with Docker

    To build the Docker image:

    sh
    docker build -t pinecone/assistant-mcp .

    Running with Docker

    Run the server with your Pinecone API key:

    sh
    docker run -i --rm \
      -e PINECONE_API_KEY= \
      -e PINECONE_ASSISTANT_HOST= \
      pinecone/assistant-mcp

    Environment Variables

    • PINECONE_API_KEY (required): Your Pinecone API key
    • PINECONE_ASSISTANT_HOST (optional): Pinecone Assistant API host (default: https://prod-1-data.ke.pinecone.io)
    • LOG_LEVEL (optional): Logging level (default: info)

    Usage with Claude Desktop

    Add this to your claude_desktop_config.json:

    json
    {
      "mcpServers": {
        "pinecone-assistant": {
          "command": "docker",
          "args": [
            "run", 
            "-i", 
            "--rm", 
            "-e", 
            "PINECONE_API_KEY", 
            "-e", 
            "PINECONE_ASSISTANT_HOST", 
            "pinecone/assistant-mcp"
          ],
          "env": {
            "PINECONE_API_KEY": "",
            "PINECONE_ASSISTANT_HOST": ""
          }
        }
      }
    }

    Building from Source

    If you prefer to build from source without Docker:

    1. Make sure you have Rust installed (https://rustup.rs/)

    2. Clone this repository

    3. Run cargo build --release

    4. The binary will be available at target/release/assistant-mcp

    Testing with the inspector

    sh
    export PINECONE_API_KEY=
    export PINECONE_ASSISTANT_HOST=
    # Run the inspector alone
    npx @modelcontextprotocol/inspector cargo run
    # Or run with Docker directly through the inspector
    npx @modelcontextprotocol/inspector -- docker run -i --rm -e PINECONE_API_KEY -e PINECONE_ASSISTANT_HOST pinecone/assistant-mcp

    License

    This project is licensed under the terms specified in the LICENSE file.

    Similar MCP

    Based on tags & features

    • IM

      Imagen3 Mcp

      Rust·
      46
    • WI

      Winx Code Agent

      Rust·
      19
    • MC

      Mcp Access Point

      Rust·
      135
    • CO

      Code Assistant

      Rust·
      103

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • IM

      Imagen3 Mcp

      Rust·
      46
    • WI

      Winx Code Agent

      Rust·
      19
    • MC

      Mcp Access Point

      Rust·
      135
    • CO

      Code Assistant

      Rust·
      103

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k