Skip to main content
Glama

Think Tool MCP Server

by PhillipRt
smithery.yaml674 B
# Smithery configuration file: https://smithery.ai/docs/config#smitheryyaml name: "@PhillipRt/think-mcp-server" description: "A structured reasoning tool for AI assistants that provides a dedicated space for complex thinking and analysis" version: "1.0.1" startCommand: type: stdio configSchema: type: "object" title: "Think Tool Configuration" description: "Configuration options for the Think Tool MCP server" properties: {} required: [] commandFunction: |- (config) => ({ command: 'node', args: ['dist/server.js'], env: { NODE_ENV: 'production' } }) clients: - claude - cursor - windsurf - cline

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

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