Skip to content

Commit c128a18

Browse files
claudeits-mash
authored andcommitted
Add Stytch MCP server definition (Remote HTTP)
Official Stytch remote MCP server for authentication management. Connects via OAuth 2.1 at https://mcp.stytch.dev/mcp. https://claude.ai/code/session_013AxurW8hPAfnUNvik354Xx
1 parent 0217546 commit c128a18

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

servers/com.stytch-mcp.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.stytch-mcp",
4+
"name": "Stytch",
5+
"alias": "stytch",
6+
"description": "Manage Stytch authentication projects through the hosted remote MCP server. Configure auth methods, manage users, and set up SSO.",
7+
"icon": "https://avatars.githubusercontent.com/u/69983493?v=4",
8+
"schema_version": "2.1",
9+
"categories": ["developer-tools"],
10+
"tags": ["stytch", "authentication", "sso", "identity", "users", "auth"],
11+
12+
"transport": {
13+
"type": "http",
14+
"url": "https://mcp.stytch.dev/mcp",
15+
"metadata": {
16+
"inputs": []
17+
}
18+
},
19+
20+
"auth": {
21+
"type": "oauth",
22+
"instructions": "Connects via OAuth 2.1. Your MCP host will initiate the Stytch OAuth flow to authorize access."
23+
},
24+
25+
"contributor": {
26+
"name": "Stytch",
27+
"github": "stytchauth",
28+
"url": "https://stytch.com"
29+
},
30+
31+
"links": {
32+
"repository": "https://github.com/stytchauth",
33+
"homepage": "https://stytch.com",
34+
"documentation": "https://stytch.com/docs/workspace-management/stytch-mcp"
35+
},
36+
37+
"platforms": ["all"],
38+
39+
"capabilities": {
40+
"tools": true,
41+
"resources": false,
42+
"prompts": false,
43+
"read_only_mode": false
44+
}
45+
}

0 commit comments

Comments
 (0)