Skip to main content
Glama

Supavec MCP Server

Fetch relevant content from Supavec.

An official implementation of an MCP (Model Context Protocol) server for Supavec.

Tools

  • fetch-embeddings: Fetch relevant embeddings and content from Supavec

Usage

Build it

Always install dependencies and build it first:

npm run install && npm run build

Get your Supavec API key

Sign up at Supavec and get your API key.

With Claude for Desktop

Add the following to your ~/Library/Application\ Support/Claude/claude_desktop_config.json:

{ "mcpServers": { "supavec": { "command": "node", "args": ["path/to/supavec/mcp/build/index.js"], "env": { "SUPAVEC_API_KEY": "<your api key>" } } } }

Standalone or for other projects

SUPAVEC_API_KEY=your_api_key && node build/index.js

License

Supavec MCP Server is licensed under the MIT License.

Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    A Model Context Protocol server that enables querying feature suggestions from a Supabase database, allowing AI tools like Cursor and Claude to access and display feature request data.
    Last updated -
  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that enables Claude and other LLMs to perform database operations and invoke Edge Functions within Supabase through natural language.
    Last updated -
    2,406
    3
    MIT License
  • -
    security
    A
    license
    -
    quality
    Provides access to various AI tools through Model Context Protocol, allowing Claude Desktop users to integrate and use Superface capabilities via API.
    Last updated -
    1
    4
    MIT License
  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that enables AI tools to interact with Supabase databases, providing tools for reading, creating, updating, and deleting records in Supabase tables.
    Last updated -
    MIT License

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/supavec/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server