UNPKG

ai-knowledge-hub

Version:

MCP server that provides unified access to organizational knowledge across multiple platforms (local docs, Guru, Notion)

10 lines (9 loc) 256 B
#!/usr/bin/env node /** * AI Knowledge Hub MCP Server - Main Entry Point * * This file creates and runs an MCP server for accessing documentation * and integrating with Guru API. It supports standard JSON-RPC MCP * protocol over stdio. */ export {};