MCP.so
Sign In

MCP Server Neurolorap

@MCP-Mirror

About MCP Server Neurolorap

Mirror of

Basic information

Category

Other

Transports

stdio

Publisher

MCP-Mirror

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "aindreyway_mcp-server-neurolora-p": {
      "command": "uvx",
      "args": [
        "mcp-server-neurolorap"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP Server Neurolorap?

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.

How to use MCP Server Neurolorap?

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.

Key features of MCP Server Neurolorap

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

Use cases of MCP Server Neurolorap

  • Documenting a codebase by collecting all source files into a single markdown file.
  • Analyzing project structure to

Comments

More Other MCP servers