haydulski/pr-braincells
If you are the rightful owner of pr-braincells 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.
PR-Braincells is an MCP test node server designed for handling markdown files to generate helpful answers.
PR-Braincells is a Model Context Protocol (MCP) server that processes markdown files stored in a specified directory to provide intelligent responses. It is designed to handle multiple tags and select the most appropriate file when multiple files share the same tag. The server can be configured using environment variables and is built using Node.js. It supports splitting cells into separate folders with dedicated tools and ensures that file content is formatted optimally for output. The server can be integrated with various platforms and IDEs, making it versatile for different development environments.
Features
- Handles multi-tag queries efficiently.
- Selects the most appropriate file from those with the same tag.
- Supports splitting cells into separate folders with dedicated tools.
- Formats file content optimally for output.
- Configurable via environment variables and supports integration with IDEs.
Usages
usage with IDE
{ "mcpServers": { "pr-braincells": { "command": "node", "args": [ "/full-path-to-project/build/index.js" ], "env": { "CELLS_DIRECTORY": "/full-path-to-project/cells" ], "alwaysAllow": [ "query" ] } } }