zio-ella
@otobrglez
关于 zio-ella
MCP framework for ZIO HTTP
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is zio-ella?
zio-ella is a framework for writing MCP (Model Context Protocol) servers for modern AI platforms using Scala 3 and ZIO with zio-http. It is designed for developers who want to expose ZIO-based services as MCP tools.
How to use zio-ella?
Define server capabilities by mapping Tool instances to ZIO effects, then run the server with MCPServer(capabilities).run. The server port can be configured via a ZIO config layer using Config.int("port"). The entry point is a standard ZIOAppDefault that provides the configured server layer.
Key features of zio-ella
- Write MCP servers in Scala 3 with ZIO and zio-http
- Define tools using
ToolandArgDefwith ZIO effects - Run via
MCPServerand standard ZIOAppDefault pattern - Port configuration through ZIO config layers
- Lightweight, early-phase framework open to rapid change
Use cases of zio-ella
- Exposing existing ZIO services as MCP tools for AI agents
- Building custom MCP servers with Scala's functional programming stack
- Prototyping MCP-based integrations for modern AI platforms
- Creating simple, composable server capabilities (e.g., time, weather lookups)
FAQ from zio-ella
What language and runtime does zio-ella require?
zio-ella requires Scala 3 and ZIO with zio-http.
Is zio-ella production-ready?
No. The project is in its early phase and is bound to rapid change. Users are encouraged to share ideas and use-cases.
How do I configure the server port?
The port is read from the environment or configuration using Config.int("port") and is applied via a ZLayer in the main program.
What types of tools can I define?
Any tool that maps a Tool name and optional ArgDef to a ZIO effect. The README shows examples like get-time (no argument) and get-weather (accepting a city string).
Where can I learn more about MCP?
The README links to the MCP Protocol Tutorial, Anthropic's MCP documentation, and the MCP Inspector tool.
其他 分类下的更多 MCP 服务器
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
ICSS
chokcoco不止于 CSS
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论