mcp client application that utilizes spring ai. it integrates with mcp protocol-supported servers to enable ai-powered chat interactions.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"spring-ai-mcp-client": {
"command": "npx",
"args": [
"-y",
"ogulcanarbc/spring-ai-mcp-client"
]
}
}
}
Run in terminal:
claude mcp add spring-ai-mcp-client npx -y ogulcanarbc/spring-ai-mcp-client
Add to .cursor/mcp.json:
{
"mcpServers": {
"spring-ai-mcp-client": {
"command": "npx",
"args": [
"-y",
"ogulcanarbc/spring-ai-mcp-client"
]
}
}
}