Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions servers/com.stytch-mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"$schema": "../schemas/server-definition.schema.json",
"id": "com.stytch-mcp",
"name": "Stytch",
"alias": "stytch",
"description": "Manage Stytch authentication projects through the hosted remote MCP server. Configure auth methods, manage users, and set up SSO.",
"icon": "https://avatars.githubusercontent.com/u/69983493?v=4",
"schema_version": "2.1",
"categories": [
"developer-tools"
],
"tags": [
"stytch",
"authentication",
"sso",
"identity",
"users",
"auth"
],
"transport": {
"type": "http",
"url": "https://mcp.stytch.dev/mcp",
"metadata": {
"inputs": []
}
},
"auth": {
"type": "oauth",
"instructions": "Connects via OAuth 2.1. Your MCP host will initiate the Stytch OAuth flow to authorize access."
},
"contributor": {
"name": "Stytch",
"github": "stytchauth",
"url": "https://stytch.com"
},
"links": {
"homepage": "https://stytch.com",
"documentation": "https://stytch.com/docs/workspace-management/stytch-mcp"
},
"platforms": [
"all"
],
"capabilities": {
"tools": true,
"resources": false,
"prompts": false,
"read_only_mode": false
}
}