Skip to main content
Glama
jacgood
by jacgood

WebDNA MCP 服务器

用于 WebDNA 文档的自定义模型上下文协议 (MCP) 服务器。该服务器从docs.webdna.us抓取并索引 WebDNA 文档,并提供用于搜索和检索文档的 API 端点。

特征

  • 抓取并索引 WebDNA 文档

  • 提供与 MCP 兼容的 API 端点,以便与 AI 助手集成

  • WebDNA 指令和上下文的全文搜索

  • 分类文档浏览

  • Supabase PostgreSQL 数据库用于存储和检索

Related MCP server: MCP Web Docs

入门

先决条件

  • Node.js(v14 或更高版本)

  • npm

  • Supabase 帐户和项目

安装

  1. 克隆存储库

  2. 安装依赖项:

npm install
  1. 通过复制示例文件并使用 Supabase 凭据进行更新来设置您的环境变量:

cp .env.example .env
# Edit .env with your Supabase URL and API key
  1. 将数据库迁移应用到您的 Supabase 项目:

# Use the Supabase SQL Editor to run the SQL in migrations/01_initial_setup.sql
  1. 运行文档抓取工具来填充数据库:

npm run scrape
  1. 启动服务器:

npm start

服务器默认在 3000 端口运行。您可以通过设置PORT环境变量来更改此设置。

MCP 工具

该服务器提供以下 MCP 工具:

搜索-webdna-文档

在 WebDNA 文档中搜索特定的说明、上下文或关键字。

参数:

  • query (字符串):WebDNA 文档的搜索查询

获取网络DNA文档

通过 ID 检索特定 WebDNA 指令或上下文的详细文档。

参数:

  • id (字符串):WebDNA 指令或上下文的 ID

获取网络DNA类别

检索所有 WebDNA 文档类别以及每个类别中的指令数。

API 端点

  • POST /mcp/search-webdna-docs : 搜索 WebDNA 文档

  • POST /mcp/get-webdna-doc : 通过 ID 获取文档

  • GET /mcp/get-webdna-categories :获取所有类别

  • GET /health :健康检查端点

发展

对于文件更改时自动重启的开发:

npm run dev

执照

国际学习中心

致谢

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

0Releases (12mo)

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    A self-hosted MCP server that crawls, indexes, and searches documentation from any website locally, including private sites requiring authentication. It provides hybrid search capabilities and local embedding generation to maintain privacy while keeping AI assistant knowledge up to date.
    297
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    A multi-tenant MCP server that indexes documentation from websites, git repositories, and local folders, and exposes them to AI clients via search and fetch tools.
    2
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    An MCP server that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
    17
    MIT

View all related MCP servers

Latest Blog Posts

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/jacgood/webdna-mcp-server'

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