MCP Server Neurolorap

by MCP-Mirror

291 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Server Neurolorap
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

License: MIT
Tests
codecov

MCP server providing tools for code analysis and documentation.

<a href="https://glama.ai/mcp/servers/rg07wseeqe">Server Neurolorap MCP server</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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.