Back to Apps

Asgardeo MCP Server
Supports UIby asgardeo
Manage your Asgardeo organization or WSO2 Identity Server deployment using natural language tools.
0 stars
Works in:VS Code CopilotCursor
Exposes:Tools
What it does
The Asgardeo MCP Server allows developers and admins to interact with the Asgardeo identity platform and WSO2 Identity Server. It enables the creation, configuration, and management of applications, users, and API resources through an LLM interface.
Tools
list_applications: Lists all applications in the organization.create_single_page_app: Sets up a new SPA with redirect URLs.get_application_by_name: Retrieves detailed info for a specific app.update_login_flow: Customizes the authentication flow using natural language.create_api_resource: Defines new API resources and required scopes.create_user: Provisions new users within the identity store.
Installation
Build the binary and add to your claude_desktop_config.json:
{
"mcpServers": {
"asgardeo-mcp": {
"command": "/path/to/asgardeo-mcp",
"args": [],
"env": {
"BASE_URL": "https://api.asgardeo.io/t/<org>",
"CLIENT_ID": "<id>",
"CLIENT_SECRET": "<secret>"
}
}
}
}
Supported hosts
Claude Desktop, VS Code Copilot, Cursor.
Quick install
go build -o asgardeo-mcpInformation
- Pricing
- free
- Published
- 5/18/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json: { "asgardeo-mcp": { "command": "<path>", "env": { ... } } }Claude Desktop
{
"mcpServers": {
"asgardeo-mcp": {
"command": "/path/to/asgardeo-mcp",
"args": [],
"env": {
"BASE_URL": "https://api.asgardeo.io/t/<org>",
"CLIENT_ID": "<id>",
"CLIENT_SECRET": "<secret>"
}
}
}
}VS Code Copilot
Add to mcp.json: { "asgardeo-mcp-server": { "type": "stdio", "command": "<path>", "env": { ... } } }





