A Model Context Protocol (MCP) server that provides a reflect tool, enabling LLMs to engage in self-reflection and introspection through recursive questioning and MCP sampling.
{
"mcpServers": {
"fastmcp-memirror": {
"command": "npx",
"args": [
"-y",
"@fastmcp-me/mirror-mcp"
]
}
}
}