Skip to main content
Glama
package.json965 B
{ "name": "think-strategies", "version": "0.9.1", "description": "MCP server for sequential thinking and problem solving", "author": "Aaron Bockelie <aaronsb@github.com>", "repository": { "type": "git", "url": "git+https://github.com/aaronsb/think-strategies.git" }, "license": "MIT", "type": "module", "main": "index.js", "bin": { "think-strategies": "index.js" }, "files": [ "index.js", "sequential-thinking-tool-schema.js", "strategy-stages-mapping.json", "semantic-routing-config.json" ], "scripts": { "start": "node index.js" }, "keywords": [ "mcp", "model-context-protocol", "thinking", "problem-solving", "ai", "assistant" ], "engines": { "node": ">=16.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.10.2", "chalk": "^5.4.1", "fs-extra": "^11.2.0", "path-browserify": "^1.0.1", "yargs": "^17.7.2", "zod": "^3.25.64" } }

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/aaronsb/think-strategies'

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