Back to MCP directory
publicPublicdnsLocal runtime

solon

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

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client