Unreasnable-thinker-server MCP Server
@stagsz
关于 Unreasnable-thinker-server MCP Server
An MCP server for unconventional and boundary-breaking problem-solving through an advanced note-taking system.
配置
工具
1Create new text notes
概览
What is Unreasnable-thinker-server MCP Server?
Unreasnable-thinker-server MCP Server is a TypeScript-based server that implements a simple notes system. It demonstrates core MCP (Model Context Protocol) concepts by providing resources for text notes, tools for creating notes, and prompts for generating summaries.
How to use Unreasnable-thinker-server MCP Server?
Install dependencies with npm install, build with npm run build, then configure it in Claude Desktop by adding the server config file with the path to the built index.js. For debugging, use the MCP Inspector via npm run inspector.
Key features of Unreasnable-thinker-server MCP Server
- Resources represent text notes with URIs and metadata
- Tools allow creating new notes (
create_note) - Prompts generate summaries of all stored notes (
summarize_notes) - Plain text mime type for simple content access
- Stores notes in server state during runtime
Use cases of Unreasnable-thinker-server MCP Server
- Creating and storing text notes within an MCP environment
- Summarizing multiple notes via a structured LLM prompt
- Demonstrating MCP resource, tool, and prompt implementations
- Learning how to build and debug an MCP server
FAQ from Unreasnable-thinker-server MCP Server
What does Unreasnable-thinker-server MCP Server do exactly?
It is a basic notes system that lets you create text notes, access them via note:// URIs, and generate a summary of all notes using a built-in prompt.
What are the dependencies or runtime requirements?
Node.js and npm are required to install dependencies and build the server.
How do I set up the server with Claude Desktop?
Add a server configuration entry to your Claude Desktop config file (located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%/Claude/claude_desktop_config.json on Windows) with the command pointing to the built index.js file.
How can I debug the server?
Use the MCP Inspector by running npm run inspector; it provides a URL for debugging tools in your browser.
What transport does the server use?
It communicates over stdio, as is typical for MCP servers.
常见问题
What does Unreasnable-thinker-server MCP Server do exactly?
It is a basic notes system that lets you create text notes, access them via `note://` URIs, and generate a summary of all notes using a built-in prompt.
What are the dependencies or runtime requirements?
Node.js and npm are required to install dependencies and build the server.
How do I set up the server with Claude Desktop?
Add a server configuration entry to your Claude Desktop config file (located at `~/Library/Application Support/Claude/claude_desktop_config.json` on macOS or `%APPDATA%/Claude/claude_desktop_config.json` on Windows) with the command pointing to the built `index.js` file.
How can I debug the server?
Use the MCP Inspector by running `npm run inspector`; it provides a URL for debugging tools in your browser.
What transport does the server use?
It communicates over stdio, as is typical for MCP servers.
基本信息
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Codelf
unbugA search tool helps dev to solve the naming things problem.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论