MCP.so
ログイン

Cognitive Enhancement MCP Servers

@peragus-dev

Cognitive Enhancement MCP Servers について

MCP servers that models can use to extend their capabilities for general-use tasks and formalized workflows.

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

peragus-dev

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "model-enhancement-servers": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "waldzellai/structured-argumentation"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Cognitive Enhancement MCP Servers?

A collection of Model Context Protocol servers that provide cognitive enhancement tools for large language models. It includes 13 modular servers covering formal reasoning, visual thinking, hypothesis testing, bias detection, goal tracking, and more.

How to use Cognitive Enhancement MCP Servers?

Each server is installed individually via npm (npm install @waldzellai/structured-argumentation) or yarn, run via Docker (docker run --rm -i waldzellai/structured-argumentation), or configured in Claude Desktop by adding the server command to claude_desktop_config.json.

Key features of Cognitive Enhancement MCP Servers

  • Includes tools for formal reasoning, visual thinking, and hypothesis testing
  • Provides analogical reasoning and metacognitive monitoring
  • Covers ethical reasoning, bias detection, and constraint solving
  • Supports narrative planning, goal tracking, and multimodal synthesis
  • Available via npm, yarn, Docker, or Claude Desktop integration
  • Open source under the MIT License

Use cases of Cognitive Enhancement MCP Servers

  • Evaluate hypotheses using the Scientific Method server
  • Detect biased wording in text with the Bias Detection server
  • Plan story outlines using the Narrative Planner server
  • Track task objectives with the Goal Tracker server
  • Combine text and image descriptions using the Multimodal Synthesizer server

FAQ from Cognitive Enhancement MCP Servers

What servers are included in this collection?

The repository contains 13 MCP servers: Structured Argumentation, Visual Reasoning, Scientific Method, Analogical Reasoning, Metacognitive Monitoring, Decision Framework, Collaborative Reasoning, Ethical Reasoning, Bias Detection, Constraint Solver, Narrative Planner, Goal Tracker, and Multimodal Synthesizer.

How do I install a server?

Each server can be installed individually via npm (npm install @waldzellai/structured-argumentation) or yarn. All servers are also available as Docker images.

How do I use a server with Claude Desktop?

Add the server to your claude_desktop_config.json with the command npx -y @waldzellai/structured-argumentation (replacing the package name for other servers).

Are there plans for additional servers?

Yes, two potential future servers are under consideration: Emotion-Aware Interaction and Long-Term Memory.

What is the license for these servers?

Cognitive Enhancement MCP Servers are licensed under the MIT License.

コメント

「その他」の他のコンテンツ