Skip to content

akyyev/mcp-server-bookdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring AI MCP Server

This project is a Spring Boot application that serves as an MCP (Model Context Protocol) server, providing AI-powered services and data management for books.

Features

  • Spring Boot based REST API
  • Book data management
  • Configurable application properties
  • Modular code structure (config, model, service)
  • Ready for extension with AI features

Run Tests

./mvnw test

Configuration

Edit src/main/resources/application.properties to customize application settings.

Extending

  • Add new models in model/
  • Add new services in service/
  • Update configuration in config/

MCP BookData Server Command

To run the MCP BookData Server manually, use the following command configuration:

"mcp-bookdata-server": {
  "command": "/opt/homebrew/opt/openjdk@21/bin/java",
  "args": [
    "-jar",
    "/Users/bmac/Desktop/repos/spring-ai-mcp-server/target/spring-ai-mcp-server-0.0.1-SNAPSHOT.jar"
  ]
}

AI response - books from the mcp server

Querying books from the mcp server screenshot

License

MIT

About

This is simple MCP server built with Spring AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages