快速接入
安装与连接
选择适合客户端的连接方式,检查环境变量后复制配置。
NPM / stdio
npx -y @letoribo/[email protected]Package:@letoribo/[email protected]
ENDPOINTHEADERSALLOW_MUTATIONSNAMESCHEMAMCP_PORTENABLE_HTTP{
"mcpServers": {
"io-github-letoribo-mcp-graphql-enhanced": {
"env": {
"NAME": "${NAME}",
"SCHEMA": "${SCHEMA}",
"HEADERS": "${HEADERS}",
"ENDPOINT": "${ENDPOINT}",
"MCP_PORT": "${MCP_PORT}",
"ENABLE_HTTP": "${ENABLE_HTTP}",
"ALLOW_MUTATIONS": "${ALLOW_MUTATIONS}"
},
"args": [
"-y",
"@letoribo/[email protected]"
],
"command": "npx"
}
}
}