Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"agentic-ai-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Spring Boot application that provides AI-powered dog adoption scheduling services.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Just a Better Chatbot. Powered by Agent & MCP & Workflows.
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP Security Weekly
Get CVE alerts and security updates for Agentic Ai Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Spring Boot application that provides AI-powered dog adoption scheduling services.
docker build -t agentic-ai-mcp-server .
docker run -p 8081:8081 agentic-ai-mcp-server
The application will be available at http://localhost:8081
mvn clean package
java -jar target/agentic-ai-mcp-server-0.0.1-SNAPSHOT.jar
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