Navigation
Unreasnable-thinker-server MCP Server: Boundary-Breaking Note-Taking - MCP Implementation

Unreasnable-thinker-server MCP Server: Boundary-Breaking Note-Taking

Unreasnable-thinker-server MCP Server unlocks boundary-breaking problem-solving through an advanced note-taking system, redefining how teams tackle unconventional challenges.

Research And Data
4.0(184 reviews)
276 saves
128 comments

Ranked in the top 10% of all AI tools in its category

About Unreasnable-thinker-server MCP Server

Unreasnable-thinker-server MCP Server Features

好的,我现在需要处理用户的请求,生成一个符合要求的HTML页面主体代码。首先,我要仔细阅读用户提供的指令,确保完全理解所有的要求。用户希望基于提供的原始文本,生成一个全新的HTML页面,主题是Unreasnable-thinker-server MCP Server的Boundary-Breaking Note-Taking功能。用户特别指出要使用总分总的结构,以用户为中心,用一些不太常见但恰当的形容词,并适当表达个人偏好,避免过于完美的结构。同时,要确保不直接复制原始内容,而是通过分析原始文本的主题和中心思想,生成五个指定的H2标题及其详细内容,并且所有外链的a标签都要加上nofollow标识。 首先,我需要分析原始文本的结构和内容。原始文本分为几个部分:概述、特性(资源、工具、提示)、开发、安装和调试。用户要求的H2标题包括“What is...”、“How to use...”、“Key Features...”、“Use cases...”和“FAQ...”。因此,我需要将原始内容重新组织到这些标题下,并确保每个部分的内容不直接复制,而是重新表述。 接下来,关于总分总结构:开头可能用一个H1标题概括整个页面,然后每个H2作为分点,最后可能有一个总结性的段落。不过用户没有提到需要总结段落,但按照总分总,可能在最后加一个总结部分,但用户给的示例结构可能不需要,需要看用户提供的例子。 用户强调使用不太常见的形容词,比如“boundary-breaking”已经存在,可能需要用其他词汇如“innovative”、“disruptive”、“unconventional”等。同时,要表达个人偏好,比如在描述优点时加入一些主观评价,比如“particularly impressive”或者“one of the standout aspects”。 关于外链,用户提到a标签需要加nofollow,所以所有外部链接(如MCP Inspector的链接)必须包含rel="nofollow"属性。 现在,我需要确保每个H2部分的内容: 1. **What is...**:需要解释这个服务器是什么,它的核心功能和目的,可能结合原始文本中的概述部分,用更吸引人的描述。 2. **How to use...**:需要分步骤说明安装、配置、开发流程,可能包括安装依赖、构建、调试等步骤,但需要用更用户友好的语言。 3. **Key Features**:需要详细列出资源、工具、提示等,但要用不同的表达方式,比如“Resource Management”、“Powerful Note Creation Tools”、“Smart Summarization Prompts”等,并加入一些评价。 4. **Use cases**:需要思考用户可能如何应用这个工具,比如创意写作、研究项目、团队协作等,这些在原始文本中没有直接提到,需要根据功能推断。 5. **FAQ**:需要创建常见问题,例如是否支持其他平台,如何调试,是否需要特定配置等,这些问题需要基于原始内容中的安装和调试部分。 同时,要避免直接复制原始文本,例如“Resources representing text notes with URIs and metadata”可以转化为“manages notes via URI-based addressing with comprehensive metadata fields”。 在编写过程中,要注意使用技术写作人员的风格,避免AI生成的痕迹,比如使用更自然流畅的句子,适当加入个人观点,比如“one of the standout aspects”或者“particularly valuable”。 另外,HTML结构需要正确,每个H2标题后跟段落或列表,使用适当的标签如p、ul、li、a等,并确保nofollow属性正确添加。 现在,我需要开始组织内容: - H1标题:可能用用户提供的标题,但用户要求不要页头页尾,所以可能不需要额外的H1,但根据用户提供的示例结构,可能需要一个H1,但用户可能希望直接从H2开始? 用户提供的示例中的原始文本有标题“Unreasnable-thinker-server MCP Server”,但用户要求生成的HTML主体要包含五个H2标题,所以可能每个H2对应指定的主题,而整个页面可能没有H1,但需要确认。 根据用户指令,直接返回HTML代码,所以结构应该是:

What is...

Unreasnable-thinker-server MCP Server FAQ

How to use...

...

Content

Unreasnable-thinker-server MCP Server

A detailed tool for bold, unconventional, and boundary-breaking problem-solving.

This is a TypeScript-based MCP server that implements a simple notes system. It demonstrates core MCP concepts by providing:

  • Resources representing text notes with URIs and metadata
  • Tools for creating new notes
  • Prompts for generating summaries of notes

Features

Resources

  • List and access notes via note:// URIs
  • Each note has a title, content and metadata
  • Plain text mime type for simple content access

Tools

  • create_note - Create new text notes
    • Takes title and content as required parameters
    • Stores note in server state

Prompts

  • summarize_notes - Generate a summary of all stored notes
    • Includes all note contents as embedded resources
    • Returns structured prompt for LLM summarization

Development

Install dependencies:

npm install

Build the server:

npm run build

For development with auto-rebuild:

npm run watch

Installation

To use with Claude Desktop, add the server config:

On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "unreasnable-thinker-server": {
      "command": "/path/to/unreasnable-thinker-server/build/index.js"
    }
  }
}

Debugging

Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:

npm run inspector

The Inspector will provide a URL to access debugging tools in your browser.

unconventional-thinking

Related MCP Servers & Clients