Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Assistant MCP
Assistant MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 5:00:45 PM

Assistant MCP

User RatingsBe the first to rate and review this MCP server!
View Repository45 GitHub StarsTotal stargazers on GitHub for the source repository (45 stars).Visit Website
pineconeragknowledge-retrievalmcp

Retrieves context from a Pinecone Assistant through MCP, with configurable multi-result retrieval.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "pinecone-io-assistant-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/inspector"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

The pinecone-io/assistant-mcp MCP server retrieves information from a Pinecone Assistant and returns context to an MCP client. It connects to Pinecone using an API key and an Assistant API host, with the host defaulting to Pinecone's production endpoint when omitted. Retrieval can return multiple results, with the number of results configurable. Reach for it when an agent needs to consult knowledge stored in Pinecone Assistant, including from Claude Desktop.

Use cases

•Retrieve knowledge from a Pinecone Assistant for an agent
•Return multiple Assistant results as context
•Connect Claude Desktop to Pinecone Assistant
•Test Pinecone-backed retrieval through MCP Inspector

Key features

•Pinecone Assistant information retrieval
•Configurable multiple-result retrieval
•Docker deployment
•Rust source build
•Claude Desktop configuration

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Assistant MCP.

Extracted Tool Capabilities
Pinecone Assistant information retrieval
Configurable multiple-result retrieval
Docker deployment
Rust source build
Claude Desktop configuration

How Assistant MCP works

What pinecone-io/assistant-mcp MCP server does

The pinecone-io/assistant-mcp MCP server gives an MCP-compatible agent access to information retrieved from Pinecone Assistant. Its primary capability is knowledge retrieval: an agent can send a request through MCP and receive relevant information from the configured Assistant.

The server also supports retrieving multiple results. The number of returned results can be configured, which makes it suitable for workflows that need more than one piece of context from the Assistant rather than a single match.

This project is a focused bridge between MCP clients and Pinecone Assistant. It does not describe tools for creating Assistants, managing documents, or administering Pinecone resources. Use it when the required operation is retrieving Assistant-backed knowledge for an agent.

How it works

At runtime, the server authenticates with a Pinecone API key and sends retrieval requests to a Pinecone Assistant API host. The host is supplied through configuration; if it is not set, the server uses https://prod-1-data.ke.pinecone.io as the default.

The repository provides a Docker-based runtime and a Rust build path. With Docker, the image is built from the repository and then started as an interactive container. The MCP process runs inside that container and receives its Pinecone configuration through environment variables.

The README also documents use with Claude Desktop. Claude Desktop starts the Docker container using the configured environment values, allowing the client to discover and call the server through its MCP connection.

Setup and configuration

Docker is required for the documented container workflow. You need a Pinecone API key from the Pinecone Console and the API host shown in the details for the Assistant you created. PINECONE_API_KEY is required. PINECONE_ASSISTANT_HOST is optional because a default host is provided. LOG_LEVEL is also optional and defaults to info.

The documented image is built with:

Terminal
docker build -t pinecone/assistant-mcp .

The container is then run with the required credentials and, when needed, a custom Assistant host. Keep the API key in the runtime environment rather than embedding it in source code or image configuration.

For a non-Docker build, the repository requires Rust. Running cargo build --release produces the target/release/assistant-mcp binary. The README also shows the MCP Inspector as a testing option, but it is a separate debugging utility rather than part of the server itself.

Tools and capabilities

The documented capabilities are:

  • Retrieve information from Pinecone Assistant.
  • Request multiple retrieval results.
  • Configure the number of results returned.
  • Run through Docker or a compiled Rust binary.
  • Connect to Claude Desktop through its MCP server configuration.

The supplied material does not name individual MCP tool identifiers or specify the exact configuration mechanism for changing the result count. Those details should be confirmed from the server implementation before building an integration that depends on particular tool names or parameters.

Limitations and notes

The pinecone-io/assistant-mcp MCP server requires access to Pinecone credentials and an Assistant endpoint. The API key is mandatory, so deployments must provide a valid Pinecone credential. A custom Assistant host may be necessary when the Assistant is not reachable through the documented default.

The README does not state a software license name; it only refers to the repository's LICENSE file. It also does not describe Pinecone service pricing, supported Pinecone regions, response schemas, or error behavior. The documented client example covers Claude Desktop, while compatibility with other MCP clients is not established by the supplied material.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    ā˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP →
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP →
  • Hindsight logoHindsight

    Hindsight: Agent Memory That Works Like Human Memory - Built for AI Agents to manage Long Term Memory

    🧠 Knowledge & Memory3 views
    Compare vs Hindsight →
  • Context7 logoContext7

    Up-to-date code documentation for LLMs and AI code editors.

    🧠 Knowledge & Memory7 views
    Compare vs Context7 →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
45
Stargazers on the source repository.
Last commit
28d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Assistant MCP

Build the Docker image from the repository with `docker build -t pinecone/assistant-mcp .`, or build the Rust binary with `cargo build --release`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAssistant MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/pinecone-io-assistant-mcp?style=directory)](https://allmcps.com/mcp/pinecone-io-assistant-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/pinecone-io-assistant-mcp"><img src="https://allmcps.com/api/badge/pinecone-io-assistant-mcp?style=directory" alt="Assistant MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingBring your own API key (usage-based cost)
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthAPI key
ClientsClaude Desktop
Last updatedSep 7, 2026
9/10 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars45
GitHub Star CountTotal stargazers on GitHub representing community popularity (45 stars).
Last commit28d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 14, 2026
40Quality signal: Fair Ā· 40/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership6/20
Documentation & tools17/30
Adoption & activity7/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

2 high-severity advisories on record for this package. Most advisories affect transitive dependencies and may not be exploitable in this server's actual usage — this is a directional signal, not a security audit.

Critical 1High 1Medium 0Low 0

Scanned 20d ago via OSV.dev Ā· @modelcontextprotocol/inspector (npm)

ā˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory →Best MCP servers for Memory & Knowledge →Alternatives to Assistant MCP →Install in Claude DesktopInstall in CursorInstall in VS Code