agentic-ai-mcp-server

sayantac/agentic-ai-mcp-server
★ 2 stars Java 🤖 AI/LLM Updated 8mo ago
An MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agentic-ai-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "sayantac/agentic-ai-mcp-server"
      ]
    }
  }
}