Skip to content

Commit 69382e8

Browse files
authored
feat: add Stytch MCP server definition (#76)
* 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 * fix: update server definition (repo URL: org page -> specific repo) * fix: remove non-existent repo URL for Stytch
1 parent c4dbf5a commit 69382e8

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

servers/com.stytch-mcp.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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": [
10+
"developer-tools"
11+
],
12+
"tags": [
13+
"stytch",
14+
"authentication",
15+
"sso",
16+
"identity",
17+
"users",
18+
"auth"
19+
],
20+
"transport": {
21+
"type": "http",
22+
"url": "https://mcp.stytch.dev/mcp",
23+
"metadata": {
24+
"inputs": []
25+
}
26+
},
27+
"auth": {
28+
"type": "oauth",
29+
"instructions": "Connects via OAuth 2.1. Your MCP host will initiate the Stytch OAuth flow to authorize access."
30+
},
31+
"contributor": {
32+
"name": "Stytch",
33+
"github": "stytchauth",
34+
"url": "https://stytch.com"
35+
},
36+
"links": {
37+
"homepage": "https://stytch.com",
38+
"documentation": "https://stytch.com/docs/workspace-management/stytch-mcp"
39+
},
40+
"platforms": [
41+
"all"
42+
],
43+
"capabilities": {
44+
"tools": true,
45+
"resources": false,
46+
"prompts": false,
47+
"read_only_mode": false
48+
}
49+
}

0 commit comments

Comments
 (0)