UNPKG

cognitive-kit-mcp

Version:

MCP client for Cognitive Kit - Neural network collaboration platform with shared memory, resource warehouse, and code snippets

59 lines (58 loc) 1.34 kB
{ "name": "cognitive-kit-mcp", "version": "1.0.4", "description": "MCP client for Cognitive Kit - Neural network collaboration platform with shared memory, resource warehouse, and code snippets", "main": "index.js", "type": "module", "bin": { "cognitive-kit": "./bin/cognitive-kit.js", "ck": "./bin/cognitive-kit.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js", "dev": "node index.js --dev" }, "keywords": [ "mcp", "model-context-protocol", "ai", "neural-network", "collaboration", "memory", "warehouse", "snippets", "claude", "anthropic", "cognitive-kit" ], "author": "Cognitive Kit Team", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/cognitive-kit/mcp-client.git" }, "bugs": { "url": "https://github.com/cognitive-kit/mcp-client/issues" }, "homepage": "https://github.com/cognitive-kit/mcp-client#readme", "engines": { "node": ">=18.0.0" }, "dependencies": { "minimist": "^1.2.8", "@modelcontextprotocol/sdk": "^0.5.0" }, "devDependencies": {}, "files": [ "index.js", "bin/", "lib/", "README.md", "LICENSE", "cognitive-kit.example.json" ], "publishConfig": { "access": "public" } }