Skip to main content
Glama

Supavec MCP Server

by supavec

Supavec MCP 服务器

从 Supavec 获取相关内容。

SupavecMCP(模型上下文协议)服务器的官方实现。

工具

  • fetch-embeddings :从 Supavec 获取相关的嵌入和内容

用法

构建它

始终先安装依赖项并构建它:

npm run install && npm run build

获取您的 Supavec API 密钥

Supavec注册并获取您的 API 密钥。

使用 Claude 桌面版

将以下内容添加到您的~/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>" } } } }

独立或用于其他项目

SUPAVEC_API_KEY=your_api_key && node build/index.js

执照

Supavec MCP Server根据 MIT 许可证授权的。

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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

通过模型上下文协议从 Supavec 获取相关内容和嵌入,允许像 Claude 这样的 AI 助手访问矢量搜索功能。

  1. 工具
    1. 用法
      1. 构建它
      2. 获取您的 Supavec API 密钥
      3. 使用 Claude 桌面版
      4. 独立或用于其他项目
    2. 执照

      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 4 months ago
        TypeScript
      • -
        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 4 months ago
        790
        3
        TypeScript
        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 4 months ago
        4
        4
        JavaScript
        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 3 months ago
        Python
        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