a2a and mcp server with spring security , secure your agent with spring based security features
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"
]
}
}
}
Run in terminal:
claude mcp add a2a-mcp-with-securit npx -y vishalmysore/a2a-mcp-with-security
Add to .cursor/mcp.json:
{
"mcpServers": {
"a2a-mcp-with-securit": {
"command": "npx",
"args": [
"-y",
"vishalmysore/a2a-mcp-with-security"
]
}
}
}