返回 MCP 目录
public公开dns本地运行

Solon Java框架

Solon是一个轻量、高性能的Java框架,支持Java 8至24及GraalVM原生镜像,具备高并发(性能提升700%)、低内存占用(节省50%)、快速启动(提速10倍)等优势。它提供灵活的接口规范和开放生态,适用于全场景企业应用开发,包含云原生、AI集成等模块,并拥有丰富的插件和工具链支持。

article

README


Solon v3.3.1

Java enterprise application development framework for full scenario: Restrained, Efficient, Open, Ecological
[OpenAtom foundation, incubation project]

https://solon.noear.org

Maven Apache 2 jdk-8 jdk-11 jdk-17 jdk-21 jdk-23
gitee star github star gitcode star

Language: English | 中文 | Русский | 日本語

700% higher concurrency 50% memory savings Startup is 10 times faster. Packing 90% smaller; It also supports java8 ~ java24, native runtime.
Built from scratch, with more flexible interface specifications and an open ecosystem


Features:

| Feature | Description | |---------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------| | Better cost performance for computing resources | 700% higher concurrency(techempower), 50% memory savings | | Faster development productivity | Less code; Easy to get started; 10x faster startup (faster debugging) | | Better production and deployment experience | Pack 90% smaller | | Greater range of compatibility | Non-java-ee architecture; It also supports java8 ~ java24, graalvm native image |

Main code repository

| Code repository | Description | |-------------------------------------------------------------------|-----------------------------------------------------------| | /opensolon/solon | Solon ,Main code repository | | /opensolon/solon-examples | Solon ,Official website supporting sample code repository | | | | | /opensolon/solon-expression | Solon Expression ,Code repository | | /opensolon/solon-flow | Solon Flow ,Code repository | | /opensolon/solon-ai | Solon Ai ,Code repository | | /opensolon/solon-cloud | Solon Cloud ,Code repository | | /opensolon/solon-admin | Solon Admin ,Code repository | | /opensolon/solon-jakarta | Solon Jakarta ,Code repository(base java21) | | /opensolon/solon-integration | Solon Integration ,Code repository | | | | | /opensolon/solon-gradle-plugin | Solon Gradle ,Plugin code repository | | /opensolon/solon-idea-plugin | Solon Idea ,Plugin code repository | | /opensolon/solon-vscode-plugin | Solon VsCode ,Plugin code repository |

Ecosystem Architecture Diagram:

  • solon
  • solon cloud

Official website and related examples, cases:

Special thanks to JetBrains for supporting open-source projects:

JetBrains
help

运行方式说明

cloud

托管运行

托管运行通常表示这个 MCP Server 由服务方环境承载,用户一般按页面提供的连接方式或授权流程接入,不需要在本地长期启动一个 MCP 进程

  1. 打开服务方连接页
  2. 完成授权或复制端点
  3. 在 MCP 客户端中连接
terminal

本地运行 / 其它方式

本地运行通常需要用户在自己的电脑或服务器上安装依赖,把 server_config 复制到 MCP 客户端,并按 env_schema 补齐环境变量、密钥或其它配置

  1. 复制 server_config
  2. 安装所需依赖
  3. 补齐环境变量后重启客户端