MCP Directory
Back

solon-ai

by opensolon · Java · ★ 411

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.

#ai#chat#deepseek#embedding#function-call#java#llm#mcp-client#mcp-server#modelcontextprotocol#openai#rag#reranking#skills#tool-call

Install

git clone https://github.com/opensolon/solon-ai.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "solon-ai": {
      "command": "npx",
      "args": [
        "-y",
        "github:opensolon/solon-ai"
      ]
    }
  }
}

From the README

Solon-AI Java LLM(tool, skill) & RAG & MCP & Agent(ReAct, Team) Application development framework Restraint, efficiency and openness It is the same type of development framework as LangChain, LangGraph and LlamaIndex https://solon.noear.org/article/learn-solon-ai Solon AI is one of the core subprojects of the Solon project. It is a full-scenario Java AI development framework, which aims to deeply integrate LLM large model, RAG knowledge base, MCP…
Read full README on GitHub →

Related ai & ml servers