mcp-neurolora

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NODE_OPTIONSNoNode.js options, such as memory limits. Example: '--max-old-space-size=256'.--max-old-space-size=256
OPENAI_API_KEYYesYour OpenAI API key, required for code analysis using the OpenAI API.your_api_key_here

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
collect_codeCollect all code from a directory into a single markdown file
install_base_serversInstall base MCP servers to the configuration
analyze_codeAnalyze code using OpenAI API (requires your API key). The analysis may take a few minutes. So, wait please.
create_github_issuesCreate GitHub issues from analysis results. Requires GitHub token.