MCP.so
登录

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.

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

1

Create 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 服务器