Description

Java AI(智能体) 全场景应用开发框架(LLM,Function Call,RAG,Embedding,Reranking,Flow,MCP Server,Mcp Client,Mcp Proxy)。

Installation

npx -y solon-ai
npm install solon-ai
git clone https://github.com/opensolon/solon-ai

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "solon-ai": {
      "command": "npx",
      "args": [
        "-y",
        "solon-ai"
      ]
    }
  }
}