MCP.so
登录

Yokai MCP Template 🏗️

@Suraj1245

关于 Yokai MCP Template 🏗️

MCP server template based on the Yokai Go framework.

基本信息

分类

开发工具

许可证

MIT license

运行时

go

传输方式

stdio

发布者

Suraj1245

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Yokai MCP Template?

It is a server template based on the Yokai Go framework, designed to help developers build modular and observable MCP servers with dependency injection.

How to use Yokai MCP Template?

Clone the repository, run go mod tidy to install dependencies, then go build and execute the binary ./yokai-mcp-template. Configuration is done via the config/config.yaml file.

Key features of Yokai MCP Template

  • Modular architecture for easy extension
  • Dependency injection for simplified dependency management
  • Built-in OpenTelemetry observability support
  • Lightweight with fast performance and minimal overhead
  • Built with Go for speed and efficiency

Use cases of Yokai MCP Template

  • Starting a new MCP server project with a robust foundation
  • Building an observable MCP server with OpenTelemetry
  • Creating modular MCP servers that can be extended with custom modules
  • Rapid prototyping of MCP servers with dependency injection

FAQ from Yokai MCP Template

What is the Yokai MCP Template?

It is a server template based on the Yokai Go framework, focusing on modular design and observability for building MCP servers.

How do I install and run it?

Clone the repository, run go mod tidy, go build, then execute the binary ./yokai-mcp-template. Configuration is done via config/config.yaml.

What are the key dependencies?

It uses the Yokai Go framework, OpenTelemetry for observability, and standard Go modules. Go must be installed to build and run.

How can I customize the server?

Modify config/config.yaml to set the server port, logging level, and other parameters. You can also add custom modules in the internal/ directory.

Where can I get the latest release?

Visit the Releases section on the GitHub repository to download and execute the latest release.

评论

开发工具 分类下的更多 MCP 服务器