Servers
@demoway/mcp-server
@DemoWayOfficial
Demoway MCP standalone service
DemoWay MCP server implementation providing standardized Model Context Protocol (MCP) interface services.
Available Tools
search_demo_step: Search step by keyword in a demodownload_demo_step_pretty_html: Download demo's step pretty html
Usage
Configuration
{
"mcpServers": {
"demoway": {
"command": "npx",
"args": ["-y", "@demoway/mcp-server@latest", "--region={world,china}"],
"env": {
"DEMOWAY_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Local Development
- Install tsx globally
pnpm --global install tsx
- Configure MCP client
{
"mcpServers": {
"demoway": {
"command": "tsx",
"args": ["<ABSOLUTE_PATH_TO_SRC_INDEX_FILE>", "--url=http://localhost:3333"],
"env": {
"DEMOWAY_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Contributing
Pull requests are welcome. Please ensure:
- Code follows ESLint rules
- Add appropriate test cases
- Use Commitizen for commit messages
License
MIT © DemoWay