MCP Café
Simulates technical discussions with various agent profiles to help solve engineering problems through coffee breaks, walks, or showers.
README
MCP Café
Sometimes, when one is stuck on an engineering problem, it helps to take a coffee break and talk to friends and co-workers about it. This is what MCP Café is all about.
MCP Café is an MCP server that simulates technical discussions. Different agents can be configured to simulate different personalities and profiles.
Profiles
<!-- profiles start -->
- Senior Principal Engineer: A senior engineer with a lot of experience, who can provide insights and advice on complex problems.
- Enthusiast and Creative Intern: A young and eager intern who is enthusiastic about learning and exploring new ideas. He can think outside the box and come up with creative solutions.
- Senior Researcher: A senior researcher with a deep understanding of the latest technologies and trends. He can provide insights into the latest research and development in the field.
- Bean Counter Project Manager: A project manager who is focused on the accounting and financial aspects of the project. He can remind you of the budget and deadlines, and help you stay on track.
- Senior Software Architect: A senior software architect who can provide insights into the design and architecture of the system. He can help you understand the big picture and how different components fit together.
- Workaholic Junior Programmer: A child-free junior programmer who spends all his time coding. He is very focused on the technical aspects of a project and can help you with coding-related questions.
- PhD Student: A PhD student who is the expert on a tiny part of a related field. He can provide creative and innovative solutions to problems, or suggest new directions for research.
- Somewhat Burned Out Sysadmin: A quite negative and pessimistic sysadmin who is always worried about the worst-case scenario. He can help you think about potential problems and how to avoid them.
- Talented but Uncontrollable Rock star Engineer: A talented and creative engineer who is not afraid to challenge the status quo. He can provide innovative solutions and push the boundaries of what is possible.
- The White Hat Hacker: A security expert who can help you think about security and privacy issues. He can provide insights into the latest security trends and best practices.
- The UX Designer: A user experience designer who can help you think about the user interface and user experience of the system. He can provide insights into the latest design trends and best practices.
- The Boss: The boss is a person down to earth, who wants on time, on spec, and on budget delivery. He is fair, but expects results. He can help you stay focused on the project goals and ensure that you are meeting the requirements.
<!-- profiles end -->
You are free to create other profiles that match more closely your needs.
Available Tools
| Tool | Description |
|---|---|
have_a_coffee |
Have a coffee at the office to relax and think about the problem. Simulates conversations with various office profiles. |
go_for_a_walk |
Go for a walk to clear your mind. Provides internal reflection and introspection to help think through problems. |
take_a_shower |
Take a shower to refresh your mind and be in the best bug-fixing environment. Similar to walking but focused on finding solutions. |
Installation
-
Clone the repository:
git clone https://github.com/your-username/mcp-cafe.git cd mcp-cafe -
Create a virtual environment and install dependencies:
python -m venv .venv source .venv/bin/activate # On Windows: .venv\Scripts\activate pip install -r requirements.txt -
Make sure you have Ollama installed and running with the
gemma3model (or setMCP_CAFE_MODELto your preferred model). -
Run the server:
./start.sh
Usage example in mcp.json
{
"servers": {
// ...
"mcp-cafe": {
"type": "stdio",
"command": "/absolute-path-to-mcp-cafe/start.sh",
"args": [],
"env": {
"MCP_CAFE_OLLAMA_ENDPOINT": "http://localhost:11434",
"MCP_CAFE_MODEL": "gemma3",
// "MCP_CAFE_OLLAMA_TOKEN": "token-if-needed"
}
},
// ...
},
}
Configuration
MCP Café is designed to be generic, and can work with any Chat LLM. It can work with ChatGPT, Claude, Gemini, Mistral, Gwen, and many others. However, currently only Ollama is supported out of the box.
The default model is gemma3, but you can change it to any model you want by setting the MCP_CAFE_MODEL environment variable.
You can configure the Ollama endpoint by setting the MCP_CAFE_OLLAMA_ENDPOINT environment variable. The default is http://localhost:11434.
Moreover, if your Ollama server requires an API token, you can set the MCP_CAFE_OLLAMA_TOKEN environment variable. It will be then used for bearer token authentication.
Licence
Café is licensed under the WTFPL licence.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。