Skip to main content
Glama
package.json887 B
{ "name": "thinkingcap", "version": "0.2.0", "description": "Multi-agent research MCP server supporting OpenAI, Anthropic, xAI, Google, OpenRouter, Groq, and Cerebras", "type": "module", "bin": { "thinkingcap": "dist/index.js" }, "main": "./dist/index.js", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc && node dist/index.js" }, "files": [ "dist" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.22.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.7.0" }, "keywords": [ "mcp", "ai", "agents", "openai", "anthropic", "groq", "cerebras", "openrouter", "research" ], "author": "infatoshi", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/infatoshi/thinkingcap.git" } }

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/Infatoshi/thinkingcap'

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