Wisdom Layer MCP
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Leverages Google's LearnLM/Gemini API to provide metacognitive guidance for Claude, analyzing thinking processes and offering targeted advice to improve reasoning outcomes.
Wisdom Layer MCP
A metacognitive advisor for Claude powered by LearnLM.
Overview
The Wisdom Layer MCP is a specialized Model Context Protocol server designed to enhance Claude's reasoning capabilities. It creates a "wisdom layer" that acts as a strategic questioner, advisor, and complexity reducer for Claude, helping it to avoid recurring mistakes and achieve better results.
Features
- Strategic Metacognitive Advisor: Analyzes Claude's thinking process and provides targeted advice
- Plan Distillation: Forces ultra-simplified summaries for clarity and focus
- Mistake Tracking: Learns from past mistakes to avoid future ones
- LearnLM Integration: Powered by Google's LearnLM/Gemini API for metacognitive guidance
Tools
1. wisdom_advise
A constraint-free strategic advisor that works like a challenging mentor:
- Takes raw, unfiltered context to avoid Claude's cognitive biases
- Provides user alignment checks and complexity reduction
- Offers pattern-breaking questions and perspectives
- Suggests appropriate MCP tools to use
- Learns from past mistake patterns
2. wisdom_canvas
A distillation tool for final plans:
- Forces ultra-simplified plan representation
- Includes "why" section to justify approach
- Creates a checkpoint before implementation
- Serves as a reference during execution
3. wisdom_log
A mistake tracking system:
- One-sentence descriptions of mistakes made and corrected
- Categorizes and tallies recurring mistakes
- Creates a persistent learning feedback loop
- Read by LearnLM to provide targeted guidance
Installation
Prerequisites
- Node.js (v18.0.0 or higher)
- npm (v7.0.0 or higher)
- A Gemini API key for LearnLM functionality
Installation Steps
MCP Configuration
Add the server to your MCP settings file. For Claude/Cline, this is typically located at:
- For Claude Desktop:
~/Library/Application Support/Claude/claude_desktop_config.json
(macOS) - For VSCode Cline:
~/.config/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
(Linux)
Add the following configuration:
Usage Pattern
The ideal usage pattern for Claude:
- Claude uses sequential thinking to formulate an initial plan
- Claude calls wisdom_advise with raw context
- Claude refines its approach based on LearnLM's advice
- Claude finalizes with wisdom_canvas for ultra-clarity
- Claude implements the solution
- Claude logs any lessons learned in wisdom_log
This creates a metacognitive layer that helps Claude think better about its own thinking.
Development
License
MIT
This server cannot be installed
A metacognitive advisor for Claude that provides strategic guidance, plan distillation, and mistake tracking to enhance Claude's reasoning capabilities.