vectorize-mcp-server

Official Vectorize MCP Server

GitHub Stars

90

User Rating

Not Rated

Favorites

0

Views

33

Forks

17

Issues

3

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Node.js: 18.0.0 or higher
npm: 8.0.0 or higher

Installation Steps

1. Set Environment Variables

bash
export VECTORIZE_ORG_ID=YOUR_ORG_ID
export VECTORIZE_TOKEN=YOUR_TOKEN
export VECTORIZE_PIPELINE_ID=YOUR_PIPELINE_ID

2. Run with npx

bash
npx -y @vectorize-io/vectorize-mcp-server@latest

3. One-click Installation in VS Code

Use the installation buttons in VS Code for easy installation.

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Node.js version and reinstall dependencies.