We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sergiolopez94/motion-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
task-0.2-remove-express-server.md•492 B
# Task 0.2: Remove Express HTTP Server
**Priority:** Foundation (Priority 0)
**Status:** Current
**Rationale:** The Express server (`src/index.js`) is redundant since Motion already provides a REST API. The MCP server's value is bridging Motion with LLMs.
## Implementation
1. Delete `src/index.js` (or `src/index.ts` if already migrated)
2. Remove `npm start` script from `package.json`
3. Remove Express dependencies if not used elsewhere
4. Update any remaining documentation references