Skip to content

Commit b1d5690

Browse files
committed
Add Auth0 MCP server
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com> Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ
1 parent 2fd91f8 commit b1d5690

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

servers/com.auth0-mcp-npx.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.auth0-mcp-npx",
4+
"name": "Auth0 (npx)",
5+
"alias": "auth0",
6+
"description": "Manage your Auth0 tenant through natural language: applications, APIs (resource servers), actions, forms, and logs via the Auth0 Management API. Authentication uses an OAuth 2.0 device-authorization browser flow handled by the server; tokens are stored in your OS keychain.",
7+
"logo": "https://avatars.githubusercontent.com/u/2824157?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"security"
11+
],
12+
"tags": [
13+
"auth0",
14+
"identity",
15+
"authentication",
16+
"authorization",
17+
"oauth",
18+
"security",
19+
"iam"
20+
],
21+
"transport": {
22+
"type": "stdio",
23+
"command": "npx",
24+
"args": [
25+
"-y",
26+
"@auth0/auth0-mcp-server",
27+
"run"
28+
]
29+
},
30+
"auth": {
31+
"type": "oauth",
32+
"instructions": "Run `npx @auth0/auth0-mcp-server init` once to authorize via your browser (device flow); tokens are stored locally. No static secret needed."
33+
},
34+
"contributor": {
35+
"name": "Auth0",
36+
"github": "auth0",
37+
"url": "https://auth0.com"
38+
},
39+
"links": {
40+
"repository": "https://github.com/auth0/auth0-mcp-server",
41+
"homepage": "https://auth0.com",
42+
"documentation": "https://github.com/auth0/auth0-mcp-server#readme"
43+
},
44+
"platforms": [
45+
"all"
46+
],
47+
"capabilities": {
48+
"tools": true,
49+
"resources": false,
50+
"prompts": false,
51+
"read_only_mode": true
52+
},
53+
"changelog_url": "https://github.com/auth0/auth0-mcp-server/releases"
54+
}

0 commit comments

Comments
 (0)