★ 317 stars
Java
🤖 AI/LLM
Updated 1mo ago
Java AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"solon-ai": {
"command": "npx",
"args": [
"-y",
"opensolon/solon-ai"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add solon-ai npx -y opensolon/solon-ai
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"solon-ai": {
"command": "npx",
"args": [
"-y",
"opensolon/solon-ai"
]
}
}
}
📋 Copy
Topics
ai chat deepseek embedding function-call java llm mcp-client mcp-server modelcontextprotocol openai rag reranking skills tool-call