loading…
Search for a command to run...
loading…
An enterprise internal knowledge base assistant that enables AI models to retrieve company wikis, regulations, and notices via the Model Context Protocol. It fe
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.
这是一个基于 Model Context Protocol (MCP) 实现的企业内部知识库服务。它允许 AI 模型检索公司内部的 Wiki、规章制度和通知,并提供了一个美观的管理后台。
stdio 传输(Claude Desktop 等使用)和远程 sse 传输。FastMCP 开发,易于扩展工具 (Tools) 和资源 (Resources)。npm install
用于 IDE 或 Claude Desktop 插件,默认启动 CMS 在 http://localhost:3000。
npm run dev
启动 MCP SSE 服务 (端口 3000) 和 CMS 管理后台 (端口 3001)。
npm run dev -- --sse
npm run cms:dev
src/index.ts: 程序入口,包含 MCP 服务定义和 CMS API。src/db/: 数据库 Schema 和连接配置。src/cms/client/: 管理后台前端代码。sqlite.db: 自动生成的数据库文件。在 Claude Desktop 中添加以下配置:
{
"mcpServers": {
"yysk-wiki": {
"command": "node",
"args": ["/path/to/yysk-mcp-server/dist/index.js"]
}
}
}
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"yysk-mcp-server": {
"command": "npx",
"args": []
}
}
}