Back to MCP directory
publicPublicdnsLocal runtime

solon

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

article

README


Solon

Java enterprise application development framework for full scenario
Restrained, Efficient, Open

https://solon.noear.org

Ask DeepWiki Maven Apache 2 jdk-8 jdk-11 jdk-17 jdk-21 jdk-25
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 ~ java25, 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 ~ java25, 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-integration | Solon Integration ,Code repository | | /opensolon/solon-java17 | Solon Java17 ,Code repository(base java17) | | /opensolon/solon-java25 | Solon Java25 ,Code repository(base java25) | | | | | /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
READY-TO-PASTE CONFIG

MCP client config generator

Choose your client, fill the required environment variables, then copy a config generated from this server's published metadata

terminal
data_object

This entry does not contain a standard command or remote URL, so a safe client config cannot be generated automatically

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