Files
mcphub/server.json
airano 9e6f06d933 feat: v3.1.0 — Live Platform Foundation (Track E.1-E.3)
Major release introducing the Live Platform architecture:

- SQLite database backend with async operations and migrations (E.1)
- AES-256-GCM credential encryption with HKDF key derivation (E.1)
- OAuth Social Login with GitHub and Google (E.2)
- Site management API with encrypted credential storage (E.3)
- Per-user MCP endpoints at /u/{user_id}/{alias}/mcp (E.3)
- User API keys with bcrypt hashing (E.3)
- Auto-generated config snippets for 5 MCP clients (E.3)
- Dashboard: dark/light mode, RBAC, My Sites, Connect page
- Active background health checks
- 452 tests (up from 303), all passing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 23:20:03 +03:30

73 lines
2.1 KiB
JSON

{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.airano-ir/mcphub",
"description": "Unified MCP server for managing WordPress, WooCommerce, Gitea, n8n, Supabase, OpenPanel, Appwrite, and Directus with 596 tools, multi-site support, and OAuth 2.1 authentication.",
"title": "MCP Hub",
"websiteUrl": "https://github.com/airano-ir/mcphub",
"repository": {
"url": "https://github.com/airano-ir/mcphub",
"source": "github"
},
"version": "3.1.0",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "mcphub-server",
"version": "3.1.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "MASTER_API_KEY",
"description": "Master API key for authentication (also used for dashboard login)",
"isRequired": true,
"isSecret": true
},
{
"name": "WORDPRESS_SITE1_URL",
"description": "WordPress site URL (e.g., https://example.com)"
},
{
"name": "WORDPRESS_SITE1_USERNAME",
"description": "WordPress admin username"
},
{
"name": "WORDPRESS_SITE1_APP_PASSWORD",
"description": "WordPress Application Password",
"isSecret": true
},
{
"name": "GITEA_SITE1_URL",
"description": "Gitea instance URL"
},
{
"name": "GITEA_SITE1_TOKEN",
"description": "Gitea API token",
"isSecret": true
},
{
"name": "N8N_SITE1_URL",
"description": "n8n instance URL"
},
{
"name": "N8N_SITE1_API_KEY",
"description": "n8n API key",
"isSecret": true
},
{
"name": "SUPABASE_SITE1_URL",
"description": "Supabase project URL"
},
{
"name": "SUPABASE_SITE1_SERVICE_ROLE_KEY",
"description": "Supabase service role key",
"isSecret": true
}
]
}
]
}