a2a-mcp-with-security

vishalmysore/a2a-mcp-with-security
★ 4 stars Java 🤖 AI/LLM Updated 29d ago
a2a and mcp server with spring security , secure your agent with spring based security features
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": {
    "a2a-mcp-with-securit": {
      "command": "npx",
      "args": [
        "-y",
        "vishalmysore/a2a-mcp-with-security"
      ]
    }
  }
}