/ ディレクトリ / プレイグラウンド / Pinecone MCP
● 公式 pinecone-io ⚡ 即起動

Pinecone MCP

作者 pinecone-io · pinecone-io/pinecone-mcp

Connect your Pinecone projects to Cursor, Claude, and other AI assistants.

Pinecone MCP is a MCP server that connect your pinecone projects to cursor, claude, and other ai assistants Use it from Claude Code, Cursor, Codex, or any MCP-compatible / skills-compatible agent.

なぜ使うのか

主な機能

ライブデモ

実際の動作

pinecone-mcp.replay ▶ 準備完了
0/0

インストール

クライアントを選択

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "pinecone-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pinecone-io/pinecone-mcp"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config を開く。保存後、アプリを再起動。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "pinecone-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pinecone-io/pinecone-mcp"
      ],
      "_inferred": true
    }
  }
}

Cursor は Claude Desktop と同じ mcpServers スキーマを使用。プロジェクト設定はグローバルより優先。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "pinecone-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pinecone-io/pinecone-mcp"
      ],
      "_inferred": true
    }
  }
}

Cline サイドバーの MCP Servers アイコンをクリックし、"Edit Configuration" を選択。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "pinecone-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pinecone-io/pinecone-mcp"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop と同じ形式。Windsurf を再起動して反映。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "pinecone-mcp",
      "command": "npx",
      "args": [
        "-y",
        "@pinecone-io/pinecone-mcp"
      ]
    }
  ]
}

Continue はマップではなくサーバーオブジェクトの配列を使用。

~/.config/zed/settings.json
{
  "context_servers": {
    "pinecone-mcp": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "@pinecone-io/pinecone-mcp"
        ]
      }
    }
  }
}

context_servers に追加。保存時に Zed がホットリロード。

claude mcp add pinecone-mcp -- npx -y @pinecone-io/pinecone-mcp

ワンライナー。claude mcp list で確認、claude mcp remove で削除。

ユースケース

実用的な使い方: Pinecone MCP

Use Pinecone MCP for its core workflow

👤 Engineers and power users ⏱ ~15 min intermediate

使うタイミング: You want MCP server integration for database work without writing glue code.

前提条件
  • Repo installed / cloned — See repo README
フロー
  1. Install
    Set up the Pinecone MCP MCP server.✓ コピーしました
    → MCP server listed in your agent config
  2. Invoke
    Use Pinecone MCP to run a representative task in database.✓ コピーしました
    → Tool call succeeds; result returned

結果: Real database work completed via Pinecone MCP with one chat.

注意点
  • Auth/credential setup is the most common blocker. — Follow the repo README for env vars and tokens.
組み合わせ: filesystem

組み合わせ

他のMCPと組み合わせて10倍の力を

pinecone-mcp + filesystem

Pair with filesystem for database workflows that need local file IO.

Use Pinecone MCP together with filesystem.✓ コピーしました

ツール

このMCPが提供する機能

ツール入力呼び出すタイミングコスト
primary_call task-specific For the main use case Varies

コストと制限

運用コスト

APIクォータ
Provider rate limits apply
呼び出しあたりのトークン
Varies
金額
Free / pay provider directly
ヒント
Cache results; batch calls.

セキュリティ

権限、シークレット、影響範囲

認証情報の保管: Use environment variables or your OS keychain.
データ送信先: Depends on integration

トラブルシューティング

よくあるエラーと対処法

Confirm install and restart your agent.

その他

リソース

📖 GitHub の公式 README を読む

🐙 オープンな issue を見る

🔍 400以上のMCPサーバーとSkillsを見る