bilibili-huasheng-video
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
io.github.wyre-technology/salesforce-mcp · v1.0.3
MCP server for Salesforce CRM — Accounts, Contacts, Opportunities, Leads, Cases.
Salesforce 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"salesforce-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/salesforce-mcp:v1.0.3"
],
"env": {
"AUTH_MODE": "<AUTH_MODE>",
"SALESFORCE_CLIENT_ID": "<SALESFORCE_CLIENT_ID>",
"SALESFORCE_CLIENT_SECRET": "<SALESFORCE_CLIENT_SECRET>",
"SALESFORCE_INSTANCE_URL": "<SALESFORCE_INSTANCE_URL>"
}
}
}
}AUTH_MODE必填Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway. Set to 'env' for stdio/local use.
SALESFORCE_AUTH_FLOW可选Salesforce auth flow: 'client_credentials' (default, requires a Connected App with Client Credentials Flow enabled) or 'username_password' (fallback).
SALESFORCE_CLIENT_ID必填Connected App consumer key. Required when SALESFORCE_AUTH_FLOW=client_credentials.
SALESFORCE_CLIENT_SECRET必填secretConnected App consumer secret. Required when SALESFORCE_AUTH_FLOW=client_credentials.
SALESFORCE_INSTANCE_URL必填Salesforce org's My Domain URL (e.g. https://yourorg.my.salesforce.com). Required when SALESFORCE_AUTH_FLOW=client_credentials.
SALESFORCE_USERNAME可选Salesforce username. Only used when SALESFORCE_AUTH_FLOW=username_password.
SALESFORCE_PASSWORD可选secretSalesforce password. Only used when SALESFORCE_AUTH_FLOW=username_password.
SALESFORCE_TOKEN可选secretSalesforce security token. Only used when SALESFORCE_AUTH_FLOW=username_password; optional if the org has IP allowlisting configured instead.
MCP_TRANSPORT可选Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
LOG_LEVEL可选Log verbosity: debug, info, warn, error
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
v0.7.0
com.cromanion/cromanion
Raise conversion on a site you manage. No API key, no human to wake — you prove the domain.
v0.1.2
io.github.agentwares/agentguard
MCP policy proxy: spend caps, approvals for destructive tools, kill switch, dry-run, audit log.
v0.1.0
io.github.pipeworx-io/china-air-quality
China Air Quality MCP — nationwide hourly AQI from CNEMC (中国环境监测总站).
v0.7.0
io.github.conorbronsdon/substack-mcp
Substack drafts, Notes, analytics and consented subscribers. Long-form posts stay draft-only.
v0.4.2
io.github.lvlrSajjad/simframe
Always-warm iOS Simulator frames: agents read the screen in ~20ms instead of screenshotting
{
"id": "io.github.wyre-technology/salesforce-mcp",
"type": "mcp-server",
"version": "1.0.3",
"displayName": "Salesforce",
"description": "MCP server for Salesforce CRM — Accounts, Contacts, Opportunities, Leads, Cases.",
"repository": {
"url": "https://github.com/wyre-technology/salesforce-mcp",
"source": "github"
},
"homepage": "https://github.com/wyre-technology/salesforce-mcp",
"distribution": {
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/wyre-technology/salesforce-mcp:v1.0.3",
"transport": "stdio",
"environmentVariables": [
{
"name": "AUTH_MODE",
"description": "Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway. Set to 'env' for stdio/local use.",
"isRequired": true
},
{
"name": "SALESFORCE_AUTH_FLOW",
"description": "Salesforce auth flow: 'client_credentials' (default, requires a Connected App with Client Credentials Flow enabled) or 'username_password' (fallback)."
},
{
"name": "SALESFORCE_CLIENT_ID",
"description": "Connected App consumer key. Required when SALESFORCE_AUTH_FLOW=client_credentials.",
"isRequired": true
},
{
"name": "SALESFORCE_CLIENT_SECRET",
"description": "Connected App consumer secret. Required when SALESFORCE_AUTH_FLOW=client_credentials.",
"isRequired": true,
"isSecret": true
},
{
"name": "SALESFORCE_INSTANCE_URL",
"description": "Salesforce org's My Domain URL (e.g. https://yourorg.my.salesforce.com). Required when SALESFORCE_AUTH_FLOW=client_credentials.",
"isRequired": true
},
{
"name": "SALESFORCE_USERNAME",
"description": "Salesforce username. Only used when SALESFORCE_AUTH_FLOW=username_password."
},
{
"name": "SALESFORCE_PASSWORD",
"description": "Salesforce password. Only used when SALESFORCE_AUTH_FLOW=username_password.",
"isSecret": true
},
{
"name": "SALESFORCE_TOKEN",
"description": "Salesforce security token. Only used when SALESFORCE_AUTH_FLOW=username_password; optional if the org has IP allowlisting configured instead.",
"isSecret": true
},
{
"name": "MCP_TRANSPORT",
"description": "Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting."
},
{
"name": "LOG_LEVEL",
"description": "Log verbosity: debug, info, warn, error"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.wyre-technology/salesforce-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.wyre-technology%2Fsalesforce-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}