Meta-Prompting

Transforms language models into dynamic multi-agent systems where the model alternates between a Conductor role that breaks down c

tisu19021997 34
Claude CodeClaude DesktopGeneric
View source ↗

This MCP server implements the Meta-Prompting technique from the paper 'Meta-Prompting: Enhancing Language Models with Task-Agnostic Scaffolding', transforming a standard language model into a dynamic multi-agent system where the LM adopts two key roles: a Conductor that analyzes complex problems and breaks them into subtasks, and specialized Experts that execute each subtask. Built with Python using FastMCP and supporting multiple LLM providers (OpenAI, Anthropic, Google), the implementation simulates collaborative workflows within a single model through guided system prompts, allowing the model to reason, act, and self-critique for more robust solutions. The server provides tools for meta_model_prompt activation and expert_model consultation, with a fallback mechanism for clients that don't support ctx.sample(), making it valuable for complex problem-solving workflows, architectural decisions, and building AI assistants that benefit from structured multi-perspective reasoning without the overhead of managing separate model instances.

Source

Repository: https://github.com/tisu19021997/meta-prompt-mcp-server

Maintain Meta-Prompting?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[Meta-Prompting on getagentictools](https://getagentictools.com/mcp/tisu19021997-meta-prompt-mcp-server?ref=badge)