mcp-neurolora

install_base_servers

Install base MCP servers to the configuration

Input Schema

NameRequiredDescriptionDefault
configPathYesPath to the MCP settings configuration file

Input Schema (JSON Schema)

{ "properties": { "configPath": { "description": "Path to the MCP settings configuration file", "type": "string" } }, "required": [ "configPath" ], "type": "object" }