Skip to main content
Glama
darbotlabs

Darbot Deepmind MCP Server

by darbotlabs
package.json2.27 kB
{ "name": "@darbotlabs/darbot-deepmind-mcp", "version": "1.0.0", "description": "Advanced AI reasoning capabilities through Darbot's deepmind thinking framework for MCP", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "darbot-deepmind-mcp": "./dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\" \"__tests__/**/*.ts\"", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "release": "npm run build && npm publish --access public", "release:dry": "npm run build && npm publish --dry-run --access public", "clean": "rimraf dist", "watch": "tsc --watch" }, "keywords": [ "mcp", "model-context-protocol", "ai", "reasoning", "deepmind", "darbot", "llm", "thinking", "problem-solving", "sequential-thinking", "cognitive-architecture", "step-by-step", "analysis" ], "author": "Darbot Labs", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "chalk": "^5.3.0", "zod": "^3.23.8" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.10.2", "@typescript-eslint/eslint-plugin": "^8.19.0", "@typescript-eslint/parser": "^8.19.0", "eslint": "^9.17.0", "jest": "^29.7.0", "prettier": "^3.4.2", "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "tsx": "^4.19.2", "typescript": "^5.7.2" }, "files": [ "dist/**/*", "README.md", "LICENSE", "CHANGELOG.md" ], "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/darbotlabs/darbot-deepmind-mcp.git" }, "bugs": { "url": "https://github.com/darbotlabs/darbot-deepmind-mcp/issues" }, "homepage": "https://darbotlabs.github.io/Darbot-Deepmind-MCP/", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/darbotlabs/Darbot-Deepmind-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server