Knowledge icon

Knowledge

Provides centralized knowledge management for projects, enabling storage, search, and maintenance of project-specific information that persists across sessions.

소개

The Knowledge server functions as a Model Context Protocol (MCP) server, offering a robust solution for centralized knowledge management across your projects. It uniquely identifies projects via Git remote URLs, allowing for project-specific information to be stored, searched, and maintained persistently. Knowledge is organized within structured YAML-frontmatter markdown documents, supporting full-text search and chapter-based navigation. This server also serves as a central repository for project instructions, effectively replacing traditional project-specific instruction files like CLAUDE.md, and ensures secure operations through path validation and input sanitization.

주요 기능

  • Structured knowledge: Organize information in YAML-frontmatter markdown documents
  • Chapter-based organization: Structure documents with chapters for easy navigation
  • Centralized main instructions: Replaces project-specific instruction files like CLAUDE.md
  • Project-aware: Automatically identifies projects by git remote URL
  • Full-text search: Search across all project knowledge documents
  • 0 GitHub stars

사용 사례

  • Maintaining persistent knowledge bases for development teams across different sessions.
  • Centralizing and searching project-specific documentation and instructions.
  • Replacing traditional project READMEs or local instruction files with a dynamic, searchable knowledge system.