opensolon

solon

Built by opensolon 2,713 stars

What is solon?

🔥 Java enterprise application development framework for full scenario: Restrained, Efficient, Open, Ecologicalll!!! 700% higher concurrency 50% memory savings Startup is 10 times faster. Packing 90% smaller; Compatible with java8 ~ java25; Supports LTS. (Replaceable spring)

How to use solon?

1. Install a compatible MCP client (like Claude Desktop). 2. Open your configuration settings. 3. Add solon using the following command: npx @modelcontextprotocol/solon 4. Restart the client and verify the new tools are active.
🛡️ Scoped (Restricted)
npx @modelcontextprotocol/solon --scope restricted
🔓 Unrestricted Access
npx @modelcontextprotocol/solon

Key Features

Native MCP Protocol Support
Real-time Tool Activation & Execution
Verified High-performance Implementation
Secure Resource & Context Handling

Optimized Use Cases

Extending AI models with custom local capabilities
Automating system workflows via natural language
Connecting external data sources to LLM context windows

solon FAQ

Q

Is solon safe?

Yes, solon follows the standardized Model Context Protocol security patterns and only executes tools with explicit user-granted permissions.

Q

Is solon up to date?

solon is currently active in the registry with 2,713 stars on GitHub, indicating its reliability and community support.

Q

Are there any limits for solon?

Usage limits depend on the specific implementation of the MCP server and your system resources. Refer to the official documentation below for technical details.

Official Documentation

View on GitHub
<h1 align="center" style="text-align:center;"> <img src="solon_icon.png" width="128" /> <br /> Solon </h1> <p align="center"> <strong>Java enterprise application development framework for full scenario</strong> <br/> <strong>Restrained, Efficient, Open</strong> </p> <p align="center"> <a href="https://solon.noear.org/">https://solon.noear.org</a> </p> <p align="center"> <a href="https://deepwiki.com/opensolon/solon"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a> <a target="_blank" href="https://central.sonatype.com/search?q=org.noear%3Asolon-parent"> <img src="https://img.shields.io/maven-central/v/org.noear/solon.svg?label=Maven%20Central" alt="Maven" /> </a> <a target="_blank" href="LICENSE"> <img src="https://img.shields.io/:License-Apache2-blue.svg" alt="Apache 2" /> </a> <a target="_blank" href="https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html"> <img src="https://img.shields.io/badge/JDK-8-green.svg" alt="jdk-8" /> </a> <a target="_blank" href="https://www.oracle.com/java/technologies/javase/jdk11-archive-downloads.html"> <img src="https://img.shields.io/badge/JDK-11-green.svg" alt="jdk-11" /> </a> <a target="_blank" href="https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html"> <img src="https://img.shields.io/badge/JDK-17-green.svg" alt="jdk-17" /> </a> <a target="_blank" href="https://www.oracle.com/java/technologies/javase/jdk21-archive-downloads.html"> <img src="https://img.shields.io/badge/JDK-21-green.svg" alt="jdk-21" /> </a> <a target="_blank" href="https://www.oracle.com/java/technologies/downloads/"> <img src="https://img.shields.io/badge/JDK-25-green.svg" alt="jdk-25" /> </a> <br /> <a target="_blank" href='https://gitee.com/opensolon/solon/stargazers'> <img src='https://gitee.com/opensolon/solon/badge/star.svg?theme=gvp' alt='gitee star'/> </a> <a target="_blank" href='https://github.com/opensolon/solon/stargazers'> <img src="https://img.shields.io/github/stars/opensolon/solon.svg?style=flat&logo=github" alt="github star"/> </a> <a target="_blank" href='https://gitcode.com/opensolon/solon/stargazers'> <img src='https://gitcode.com/opensolon/solon/star/badge.svg' alt='gitcode star'/> </a> </p>
Language: English | 中文 | Русский | 日本語
<hr /> <p align="center"> 700% higher concurrency 50% memory savings Startup is 10 times faster. Packing 90% smaller; It also supports java8 ~ java25, native runtime. <br/> Built from scratch, with more flexible interface specifications and an open ecosystem </p> <hr />

Features:

FeatureDescription
Better cost performance for computing resources700% higher concurrency(techempower), 50% memory savings
Faster development productivityLess code; Easy to get started; 10x faster startup (faster debugging)
Better production and deployment experiencePack 90% smaller
Greater range of compatibilityNon-java-ee architecture; It also supports java8 ~ java25, graalvm native image

Main code repository

Code repositoryDescription
/opensolon/solonSolon ,Main code repository
/opensolon/solon-examplesSolon ,Official website supporting sample code repository
/opensolon/solon-aiSolon Ai ,Code repository
/opensolon/solon-flowSolon Flow ,Code repository
/opensolon/solon-expressionSolon Expression ,Code repository
/opensolon/solon-cloudSolon Cloud ,Code repository
/opensolon/solon-adminSolon Admin ,Code repository
/opensolon/solon-integrationSolon Integration ,Code repository
/opensolon/solon-java17Solon Java17 ,Code repository(base java17)
/opensolon/solon-java25Solon Java25 ,Code repository(base java25)
/opensolon/soloncodeSolonCode(Java8 impl version of "Claude Code") ,Code repository
/opensolon/solonclawSolonClaw(Java8 impl version of "OpenClaw") ,Code repository
/opensolon/solon-maven-pluginSolon Maven ,Plugin code repository
/opensolon/solon-gradle-pluginSolon Gradle ,Plugin code repository
/opensolon/solon-idea-pluginSolon Idea ,Plugin code repository
/opensolon/solon-vscode-pluginSolon VsCode ,Plugin code repository

Ecosystem Architecture Diagram:

  • solon
<img src="solon_schema.png" width="700" />
  • solon cloud
<img src="solon_cloud_schema.png" width="700" />

Official website and related examples, cases:

Special thanks to JetBrains for supporting open-source projects:

<a href="https://jb.gg/OpenSourceSupport"> <img src="https://user-images.githubusercontent.com/8643542/160519107-199319dc-e1cf-4079-94b7-01b6b8d23aa6.png" align="left" height="100" width="100" alt="JetBrains"> </a>

Global Ranking

-
Trust ScoreMCPHub Index

Based on codebase health & activity.

Manual Config

{ "mcpServers": { "solon": { "command": "npx", "args": ["solon"] } } }