devstride-mcp-server
If you are the rightful owner of devstride-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The DevStride MCP Server is a modern server implementation that integrates seamlessly with the DevStride REST API, utilizing Node.js 20+/Bun, TypeScript, and the native fetch API.
The DevStride MCP Server is designed to provide a robust and efficient interface for interacting with the DevStride REST API. Built on the FastMCP framework, it supports modern JavaScript runtimes like Node.js 20+ and Bun 1.0+, ensuring compatibility with the latest features and performance improvements. The server eliminates the need for external HTTP libraries by leveraging the native fetch API, resulting in a streamlined and dependency-free implementation. With comprehensive API coverage, users can access all DevStride endpoints, making it a versatile tool for developers. The server also includes runtime detection capabilities, optimizing performance based on the environment. TypeScript support ensures type safety and code reliability, while the use of ES2023 features enhances performance and readability. This server is ideal for developers looking to integrate DevStride's capabilities into their applications with minimal overhead and maximum efficiency.
Features
- Modern Runtime Support: Compatible with Node.js 20+ and Bun 1.0+
- Native Fetch API: Uses built-in fetch instead of external HTTP libraries
- Zero External HTTP Dependencies: Leverages modern JavaScript runtime capabilities
- Type-Safe Implementation: Full TypeScript support with strict typing
- Comprehensive API Coverage: Access to all DevStride API endpoints
Tools
health_check
Test API connectivity and runtime information
get_notifications
Retrieve organization notifications
update_notification
Mark notifications as read or update content
get_activity_logs
View activity logs for tracking changes
create_chat
Start new AI chat sessions
generate_item_description
AI-powered content generation
create_export_job
Start data export processes
get_export_jobs
List all export jobs and their status
create_asset_group
Organize assets into groups
make_api_request
Custom API requests for any DevStride endpoint