Skip to main content
Glama

think-mcp-server

package.json848 B
{ "name": "think-mcp-server", "version": "0.1.1", "description": "A minimal MCP Server based on the Anthropic's \"think\" tool research", "keywords": [ "think", "anthropic", "ai", "agent", "mcp", "model context protocol" ], "author": "Marco Pesani <marco@bitrefill.com>", "license": "MIT", "type": "module", "bin": { "think-mcp-server": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" } }

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/marcopesani/think-mcp-server'

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