1. inner-monologue
A tool for internal reasoning and reflection that processes thoughts without producing visible output.
An MCP server implementing Google DeepMind's Inner Monologue concept, enabling LLMs to engage in private, structured self-reflection and multi-step reasoning before generating responses, improving response quality and problem-solving capabilities.
{
"mcpServers": {
"inner-monologue": {
"command": "npx",
"args": ["inner-monologue-mcp"]
}
}
}