YYSK MCP Server

YYSK MCP Server

An enterprise internal knowledge base assistant that enables AI models to retrieve company wikis, regulations, and notices via the Model Context Protocol. It features a built-in React management dashboard for content editing and utilizes SQLite for efficient keyword and category-based searching.

Category
Visit Server

README

YYSK MCP Server - 企业内部知识库助手

这是一个基于 Model Context Protocol (MCP) 实现的企业内部知识库服务。它允许 AI 模型检索公司内部的 Wiki、规章制度和通知,并提供了一个美观的管理后台。

🌟 核心特性

  • 双模支持: 支持本地 stdio 传输(Claude Desktop 等使用)和远程 sse 传输。
  • 内容管理: 内置基于 React 的现代感管理后台,支持 Markdown。
  • 高效检索: 基于 SQLite 数据库,支持分类检索和关键词搜索。
  • 快速开发: 使用 FastMCP 开发,易于扩展工具 (Tools) 和资源 (Resources)。

🛠️ 技术栈

  • 后端: TypeScript, FastMCP, Express, Drizzle ORM, Better-SQLite3
  • 前端: React, Vite, Tailwind CSS, Lucide Icons

🚀 快速开始

1. 安装依赖

npm install

2. 启动服务 (本地模式)

用于 IDE 或 Claude Desktop 插件,默认启动 CMS 在 http://localhost:3000

npm run dev

3. 启动服务 (远程模式)

启动 MCP SSE 服务 (端口 3000) 和 CMS 管理后台 (端口 3001)。

npm run dev -- --sse

4. 启动管理后台前端 (开发态)

npm run cms:dev

📂 结构说明

  • src/index.ts: 程序入口,包含 MCP 服务定义和 CMS API。
  • src/db/: 数据库 Schema 和连接配置。
  • src/cms/client/: 管理后台前端代码。
  • sqlite.db: 自动生成的数据库文件。

🔧 配置 MCP 客户端 (示例)

Claude Desktop 中添加以下配置:

{
  "mcpServers": {
    "yysk-wiki": {
      "command": "node",
      "args": ["/path/to/yysk-mcp-server/dist/index.js"]
    }
  }
}

📝 开发计划

  • [ ] 支持向量检索 (Vector Search)
  • [ ] 接入 LDAP/OIDC 内部统一鉴权
  • [ ] 支持上传 PDF/Word 文档自动解析并存入知识库

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured