mcp-neurolora
by aindreyway
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NODE_OPTIONS | No | Node.js options, such as memory limits. Example: '--max-old-space-size=256'. | --max-old-space-size=256 |
OPENAI_API_KEY | Yes | Your OpenAI API key, required for code analysis using the OpenAI API. | your_api_key_here |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
collect_code | Collect all code from a directory into a single markdown file |
install_base_servers | Install base MCP servers to the configuration |
analyze_code | Analyze code using OpenAI API (requires your API key). The analysis may take a few minutes. So, wait please. |
create_github_issues | Create GitHub issues from analysis results. Requires GitHub token. |