CereBro
@rob1997
About CereBro
A model-agnostic MCP Client-Server for .Net and Unity
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is CereBro?
CereBro is a model-agnostic AI Agent Wrapper for .NET that implements the Model Context Protocol (MCP), allowing tools to be used with different AI models without changing code. It is built on the official C# SDK for MCP and currently supports OpenAI models.
How to use CereBro?
Install the NuGet packages Rob1997.CereBro and Rob1997.CereBro.Open-AI, create a servers.json file with MCP server configurations, set the OPEN_AI_API_KEY environment variable, and add the provided code to your Program.cs entry point. Build the host with BuildCereBro and call RunAsync to start the console‑based chat dispatcher.
Key features of CereBro
- Model‑agnostic AI agent wrapper for .NET
- Supports the Model Context Protocol (MCP)
- Currently works with OpenAI models
- Extensible via custom
IChatDispatcherimplementations - Available as NuGet packages and a Unity package
Use cases of CereBro
- Building AI agents that can switch between different AI models without code changes
- Using MCP tools with OpenAI from .NET applications
- Creating custom chat interfaces with configurable tool integrations
- Integrating AI agent capabilities into Unity projects
FAQ from CereBro
Which AI models does CereBro support?
Currently only OpenAI models, with planned support for Claude, Grok, DeepSeek, Gemini, and Ollama.
Can I use multiple AI models at the same time?
No, at the moment CereBro does not support multiple models simultaneously.
How do I configure MCP servers for CereBro?
Create a servers.json file with an array of server objects specifying Id, Name, TransportType, and TransportOptions. The example uses stdio transport with npx.
What are the runtime requirements for CereBro?
A .NET environment, an OpenAI API key (for the supported provider), and the NuGet packages Rob1997.CereBro and Rob1997.CereBro.Open-AI.
Can I replace the built‑in chat dispatcher?
Yes, implement the IChatDispatcher interface and use the generic BuildCereBro<IChatDispatcher> overload.
Frequently asked questions
Which AI models does CereBro support?
Currently only OpenAI models, with planned support for Claude, Grok, DeepSeek, Gemini, and Ollama.
Can I use multiple AI models at the same time?
No, at the moment CereBro does not support multiple models simultaneously.
How do I configure MCP servers for CereBro?
Create a `servers.json` file with an array of server objects specifying `Id`, `Name`, `TransportType`, and `TransportOptions`. The example uses stdio transport with `npx`.
What are the runtime requirements for CereBro?
A .NET environment, an OpenAI API key (for the supported provider), and the NuGet packages `Rob1997.CereBro` and `Rob1997.CereBro.Open-AI`.
Can I replace the built‑in chat dispatcher?
Yes, implement the `IChatDispatcher` interface and use the generic `BuildCereBro<IChatDispatcher>` overload.
Basic information
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM

Figs, Relationship Expert
Figs O'Sullivan, LMFTCouples therapist Figs O'Sullivan (LMFT, 17 years, endorsed by Sue Johnson, creator of EFT) inside your AI. Ask relationship questions answered from his clinical writing, name the pattern in a fight, get a three-step rep
Codelf
unbugA search tool helps dev to solve the naming things problem.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments