Enhances AI reasoning by providing a structured thinking environment.
A simple Model Context Protocol (MCP) server that enhances AI reasoning by providing a structured thinking environment.
Think Tool gives AI assistants a dedicated "thinking space" to reason through complex problems, providing:
# Run directly with Deno
deno run -A jsr:@sterling/think-tool
# Or clone this repo and run locally
git clone https://github.com/sterling/think-tool.git
cd think-tool
deno run -A server.ts
Claude Desktop - Edit claude_desktop_config.json:
{
"mcpServers": {
"think-tool": {
"type": "http",
"url": "http://localhost:8080/mcp"
}
}
}
Cursor - Edit ~/.cursor/mcp_servers.json:
{
"servers": [
{
"name": "Think Tool",
"enabled": true,
"server": {
"type": "http",
"url": "http://localhost:8080/mcp"
}
}
]
}
Zed - Edit ~/.config/zed/settings.json:
{
"assistant": {
"context_servers": [
{
"name": "Think Tool",
"enabled": true,
"server": {
"type": "http",
"url": "http://localhost:8080/mcp"
}
}
]
}
}
The think tool serves as a scratchpad for AI assistants to:
// Example of using the think tool in your AI conversation
<think_tool_step_1>
Technical Implementation Framework: 1. REQUIREMENTS: Define specifications and
acceptance criteria 2. RESEARCH: Gather information from documentation 3.
ARCHITECTURE: Design clean interfaces with proper separation
</think_tool_step_1>
deno --version)~/Library/Logs/Claude/mcp*.log (macOS)Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/amazing-feature)git commit -m 'Add some amazing feature')git push origin feature/amazing-feature)For development or direct installation:
# Clone the repository
git clone https://github.com/sterling/think-tool.git
cd think-tool
# Install dependencies
deno cache server.ts
# Run the server
deno run -A server.ts
# For development with hot-reloading
deno task dev
This project is licensed under the MIT License - see the LICENSE file for details.
Access and manage Apple Notes on macOS via AppleScript.
An MCP server for Microsoft OneNote, allowing AI models to interact with notebooks, sections, and pages. Requires Azure credentials.
An AI-driven server for browser automation using natural language commands, implementing the Model Context Protocol (MCP).
Provides Taiwan national holidays and compensatory workday information. Data is fetched and cached automatically.
A server for interacting with the Hyperweb platform and its tools using AI agents.
A Jira integration that allows LLMs to act as project managers and personal assistants for teams.
A tool for systematic problem-solving based on Claude Shannon's methodology, breaking down complex problems into structured thoughts.
Interact with Planka, a Trello-like kanban board, to manage projects, boards, and cards. Requires Planka server URL and credentials.
Interact with the accounting data in your business using our official MCP server
A TypeScript server for automation and integration, featuring Microsoft OAuth, browser control, and basic utilities.