📦
Agentic AI MCP Server
No description available
0 installs
Trust: 30 — Low
Agents
Ask AI about Agentic AI MCP Server
Powered by Claude · Grounded in docs
I know everything about Agentic AI MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Agentic AI MCP Server
A Spring Boot application that provides AI-powered dog adoption scheduling services.
Prerequisites
- Docker
Building and Running with Docker
- Build the Docker image:
docker build -t agentic-ai-mcp-server .
- Run the container:
docker run -p 8081:8081 agentic-ai-mcp-server
The application will be available at http://localhost:8081
Development
Prerequisites
- Java 21
- Maven 3.9+
Building locally
mvn clean package
Running locally
java -jar target/agentic-ai-mcp-server-0.0.1-SNAPSHOT.jar
Configuration
The application is configured to run on port 8081 by default. You can override this by setting the SERVER_PORT environment variable when running the Docker container:
docker run -p 8082:8082 -e SERVER_PORT=8082 agentic-ai-mcp-server
