Install
$ agentstack add mcp-asgardeo-mcp-auth-javascript ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Asgardeo MCP JavaScript SDKs
JavaScript SDKs for implementing Model Context Protocol (MCP) authorization with Asgardeo
This repository contains the source code for JavaScript SDKs that help you enforce Model Context Protocol (MCP) based authorization using Asgardeo. If you have any questions, please reach out to us through one of the following channels:
[](https://stackoverflow.com/questions/tagged/wso2is+asgardeo+mcp) [](https://discord.gg/wso2) [](https://twitter.com/intent/follow?screen_name=Asgardeo)
Overview
The Model Context Protocol (MCP) is designed to provide a standardized way for applications to convey contextual information relevant to authorization decisions. These SDKs facilitate the integration of Asgardeo with MCP in JavaScript applications.
Packages
| name | description | | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [MCP Express (@asgardeo/mcp-express)](packages/mcp-express/README.md) [](./packages/mcp-express/) | Middleware specifically tailored for Express.js applications to seamlessly integrate MCP-based authorization. | | [MCP Node (@asgardeo/mcp-node)](packages/mcp-node/README.md) [](./packages/mcp-node/) | Core functionalities and utilities for MCP, which can be used in various Node.js environments. The Express middleware may utilize or depend on this core package. |
For detailed installation and usage instructions for each package, please refer to the README file within its respective directory (e.g., packages/mcp-express/README.md).
Contribute
Please read our [Contributing Guide](./CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us. We highly value your contributions and support!
Reporting issues
We encourage you to report issues, improvements, and feature requests by creating Github Issues.
Important: Please be advised that security issues MUST be reported to security@wso2.com, not as GitHub issues, in order to reach the proper audience. We strongly advise following the WSO2 Security Vulnerability Reporting Guidelines when reporting security issues.
License
This project is licensed under the Apache License 2.0. See the [LICENSE](./LICENSE) file for details.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: asgardeo
- Source: asgardeo/mcp-auth-javascript
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.