MCP Server Neurolorap
About
MCP Server Neurolorap is an MCP-compatible server that provides tools for code analysis and documentation. It integrates with Cline and supports multiple programming languages, helping developers collect code and generate project structure reports.
Details
- Author
- MCP-Mirror
- Downloads
- 291
- Categories
- Other, Knowledge Base
Jump to
- Collect code from entire project, specific directories, or multiple paths.
- Generate markdown output with syntax highlighting and table of contents.
- Analyze project structure with file size and complexity metrics.
- Visualize project structure as a tree with recommendations.
- Customize ignore patterns via a .neuroloraignore file.
- Support multiple programming languages.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP Server NeurolorapCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install using uvx mcp-server-neurolorap (recommended) or pip install mcp-server-neurolorap. Run the server with uvx mcp-server-neurolorap or python -m mcp_server_neurolorap. For a developer mode with a JSON-RPC terminal interface, use python -m mcp_server_neurolorap --dev.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp server neurolorap": {
"aindreyway_mcp-server-neurolora-p": {
"command": "uvx",
"args": [
"mcp-server-neurolorap"
]
}
}
}
}
McpServers
{
"aindreyway_mcp-server-neurolora-p": {
"command": "uvx",
"args": [
"mcp-server-neurolorap"
]
}
}
MCP Server Neurolorap
MCP server providing tools for code analysis and documentation.
<a href="https://glama.ai/mcp/servers/rg07wseeqe"></a>
Features
Code Collection Tool
- Collect code from entire project
- Collect code from specific directories or files
- Collect code from multiple paths
- Markdown output with syntax highlighting
- Table of contents generation
- Support for multiple programming languages
Project Structure Reporter Tool
- Analyze project structure and metrics
- Generate detailed reports in markdown format
- File size and complexity analysis
- Tree-based visualization
- Recommendations for code organization
- Customizable ignore patterns
Quick Overview
```sh
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





