GitHub Stars
90
User Rating
Not Rated
Favorites
0
Views
33
Forks
17
Issues
3
Installation
Difficulty
BeginnerEstimated 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.Additional Resources
Author Information
14
Followers
10
Repositories
0
Gists
0
Total Contributions
Tags
Related MCPs
mcp-shrimp-task-manager
1684
Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning AI systems.