F
Flywheel MCP Servers
作者 @wuerthcs
flywheel-mcp-servers is the central repository for all MCP (Model Context Protocol) server implementations used across the Flywheel platform. It provides standardized, organization-approved MCP services, shared utilities, and integration patterns to ensure consistent, secure, and maintainable AI-powered workflows.
创建于 11/20/2025
更新于 25 days ago
README
Repository documentation and setup instructions
README not found
快速设置
此服务器的安装指南
安装包 (如果需要)
npx @modelcontextprotocol/server-flywheel-mcp-servers
Cursor 配置 (mcp.json)
{
"mcpServers": {
"wuerthcs-flywheel-mcp-servers": {
"command": "npx",
"args": [
"wuerthcs-flywheel-mcp-servers"
]
}
}
}