yokai
Yokai is a simple, modular, and observable Go framework for backend applications.
Yokai simplifies the process of building production-grade backend applications in Go by reducing boilerplate code and complexity. It allows developers to focus on application logic while managing dependencies, configuration, and observability seamlessly. With built-in features for logging, tracing, and metrics, Yokai ensures that applications are reliable and maintainable. The framework is designed to be modular, enabling easy extension with available Yokai modules or custom ones. This modularity allows developers to create evolvable applications that can adapt to changing requirements without significant overhead. Yokai's emphasis on simplicity and observability makes it an excellent choice for developers looking to deliver high-quality applications quickly.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"yokai": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-yokai"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.