neuralmcp-mcp-adapter
Version:
Universal MCP adapter for Neural Memory MCP - Connect any IDE to persistent AI memory
59 lines (58 loc) • 1.3 kB
JSON
{
"name": "neuralmcp-mcp-adapter",
"version": "1.1.0",
"description": "Universal MCP adapter for Neural Memory MCP - Connect any IDE to persistent AI memory",
"main": "index.js",
"type": "module",
"bin": {
"neuralmcp-mcp": "./bin/neuralmcp-mcp.js"
},
"scripts": {
"start": "node bin/neuralmcp-mcp.js",
"test": "node test/test.js"
},
"keywords": [
"mcp",
"model-context-protocol",
"ai",
"memory",
"claude",
"cursor",
"vscode",
"neural",
"persistent",
"context"
],
"author": {
"name": "Neural Memory MCP",
"email": "gazzyjuruj1@gmail.com",
"url": "https://neuralmcp.promptbetter.live"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gazzycodes/neural-memory-mcp.git"
},
"homepage": "https://neuralmcp.promptbetter.live",
"bugs": {
"url": "https://github.com/gazzycodes/neural-memory-mcp/issues"
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"axios": "^1.6.0",
"yargs": "^17.7.2"
},
"files": [
"bin/",
"lib/",
"README.md",
"LICENSE"
],
"preferGlobal": true,
"publishConfig": {
"access": "public"
}
}