Overview
Eino is an LLM application development framework in Golang that simplifies the process of building AI applications by providing reusable components and orchestration capabilities.
To use Eino, developers can create LLM instances and utilize its orchestration APIs to build complex workflows for AI applications.
- Rich component abstractions for building LLM applications. - Powerful orchestration framework for managing data flow and concurrency. - Complete stream processing capabilities for handling real-time data. - Extensible aspects for logging, tracing, and metrics.
- Developing chatbots that require real-time responses.
- Creating AI applications that integrate multiple data sources.
- Implementing complex workflows for AI-driven decision-making.
Add to your AI client
Use these steps to connect test in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"eino-cloudwego": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-eino-cloudwego"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"eino-cloudwego": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-eino-cloudwego"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"eino-cloudwego": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-eino-cloudwego"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"eino-cloudwego": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-eino-cloudwego"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"eino-cloudwego": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-eino-cloudwego"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"eino-cloudwego": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-eino-cloudwego"
]
}
}
}FAQ
Is Eino suitable for all types of AI applications?
Yes! Eino is designed to support a wide range of AI applications, particularly those that utilize LLMs.
What programming language is Eino built with?
Eino is built with Golang, making it efficient and scalable.
How can I contribute to Eino?
You can contribute by submitting issues, pull requests, or joining the community discussions on GitHub.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3368,"uuid":"2e43b775-8708-484e-b622-b656098fbbcc","name":"eino","title":"test","description":"test","avatar_url":"","created_at":"2025-03-19T06:01:18.347Z","updated_at":"2025-03-20T07:04:07.147Z","status":"created","author_name":"cloudwego","author_avatar_url":null,"tags":"mathgpt,math-solver,math-assistant","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/cloudwego/eino","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":"bcfd09e1-2e37-4b2d-9406-131bb0171040","tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]