Loading languages...
AS

asgardeo-mcp-server

@asgardeo3

MCP server to interact with your Asgardeo organization through LLM tools

identity management
access management
application management
user management
API management
WSO2
Asgardeo

# mcpServer Config

{
  "mcpServers": {
    "asgardeo-mcp-server": {
      "type": "stdio",
      "command": "<absolute path to the asgardeo-mcp executable, e.g., /Users/<user directory>/<repository path>/asgardeo-mcp-server/asgardeo-mcp>",
      "args": [],
      "env": {
        "BASE_URL": "https://api.asgardeo.io/t/<asgardeo organization>",
        "CLIENT_ID": "<client ID>",
        "CLIENT_SECRET": "<client secret>"
      }
    }
  }
}

# stdio

asgardeo-mcp
Transport:
stdio
Sprache:
Go
Erstellt:4/25/2025
Aktualisiert:6/22/2025