source-sage-mcp-server

source-sage-mcp-server

3.2

If you are the rightful owner of source-sage-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

SourceSage MCP is a server that visualizes project directory structures in markdown format, implemented in TypeScript.

SourceSage MCP is a Model Context Protocol server designed to visualize project directory structures in a beautiful markdown format. Implemented in TypeScript, it offers advanced customization and flexible exclusion patterns. The server automatically documents the contents of each file, making it easier to understand the overall project structure. It supports the latest ES2022 and Node16 module systems, ensuring high reliability through strict type checking. The server is equipped with features like ASCII art tree representation, syntax highlighting for different languages, and a .SourceSageignore file for excluding unnecessary files. The project is structured to facilitate easy navigation and understanding, with a focus on providing a comprehensive view of the project's components.

Features

  • Directory structure output in markdown format
  • Beautiful tree structure display (ASCII art)
  • Automatic documentation of file contents with syntax highlighting
  • Flexible exclusion patterns (.SourceSageignore)
  • Latest implementation with ES2022 and Node16 module system