ai.smithery/PixdataOrg-coderide
CodeRide eliminates the context reset cycle once and for all. Through MCP integration, it seamless…
★ 2NOASSERTIONai-ml
Install
Config snippet generator goes here (5 client tabs)
README
# Supercharge Your AI Assistant or IDE with CodeRide Task Management
[](https://www.npmjs.com/package/@coderide/mcp)
[](https://smithery.ai/server/@PixdataOrg/coderide)
<a href="https://glama.ai/mcp/servers/@PixdataOrg/coderide-mcp">
<img width="300" height="157" src="https://glama.ai/mcp/servers/@PixdataOrg/coderide-mcp/badge" alt="coderide MCP server" />
</a>
<p align="center">
<a href="https://coderide.ai" target="_blank">
<img src="https://ideybnueizkxwqmjowpy.supabase.co/storage/v1/object/sign/coderide-website/Coderide-og-Facebook.jpg?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6InN0b3JhZ2UtdXJsLXNpZ25pbmcta2V5X2M5OWNmMjY4LTg5MTMtNGFiOS1iYjhhLTIxMTUyNDZjNGM2NCJ9.eyJ1cmwiOiJjb2RlcmlkZS13ZWJzaXRlL0NvZGVyaWRlLW9nLUZhY2Vib29rLmpwZyIsImlhdCI6MTc0ODM3ODg1MiwiZXhwIjoxNzc5OTE0ODUyfQ.jBb-x5f2MACBNBsls0u_9seYIiynektHqef2Y_vSMHQ" alt="CodeRide" width="100%"/>
</a>
</p>
<!-- Suggestion: Add badges here: npm version, license, build status, etc. -->
**Give your AI coding sidekick the power of CodeRide!** CodeRide MCP connects your favorite AI development tools (like Cursor, Cline, Windsurf, and other MCP clients) directly to CodeRide, the AI-native task management system.
Imagine your AI not just writing code, but truly understanding project context, managing its own tasks, and collaborating seamlessly with you. No more endless copy-pasting or manual updates. With CodeRide MCP, your AI becomes a first-class citizen in your CodeRide workflow.
## 🚀 Why CodeRide MCP is a Game-Changer
* **Deep Project Understanding for Your AI:** Equip your AI agents with rich, structured context from your CodeRide projects and tasks. Let them see the bigger picture.
* **Seamless AI-Powered Task Automation:** Empower AIs to fetch, interpret, and update tasks directly in CodeRide, automating routine project management.
* **Bridge the Gap Between Human & AI Developers:** Foster true collaboration with smoother handoffs, consistent task understanding, and aligned efforts.
* **Optimized for LLM Efficiency:** Compact JSON responses minimize token usage, ensuring faster, more cost-effective AI interactions.
* **Secure by Design:** Workspace-scoped API key authentication ensures your data's integrity and that AI operations are confined to the correct project context.
* **Plug & Play Integration:** Effortlessly set up with `npx` in any MCP-compatible environment. Get your AI connected in minutes!
* **Future-Proof Your Workflow:** Embrace an AI-native approach to development, built on the open Model Context Protocol standard.
## ✨ Core Capabilities
The CodeRide MCP server provides your AI with the following capabilities:
* **Task Management:** Fetch specific tasks, list all tasks in a project, and get the next task in sequence.
* **Task Updates:** Modify task descriptions and statuses.
* **Prompt Access:** Get tailored prompts and instructions for specific tasks.
* **Project Management:** List all projects, retrieve project details, and manage project knowledge.
* **Project Knowledge Management:** Update a project's knowledge graph and architecture diagrams.
* **Project Initiation:** Get the first task of a project to kickstart work.
* **Workflow Automation:** Navigate through task sequences with smart next-task suggestions.
## ⚙️ Getting Started
### Installing via Smithery (Recommended)
To install Coderide MCP Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@PixdataOrg/coderide):
```bash
npx -y @smithery/cli install @PixdataOrg/coderide --client claude
```
### Smithery Deployment Modes
CodeRide MCP supports **dual-mode operation** for both development and production use:
#### 🔧 **Development/Testing Mode (Mock)**
Perfect for exploring features, testing integrations, or contributing to the project without needing a real CodeRide account.
**How to activate:** In the Smithery playground or configuration, either:
- Leave the `CODERIDE_API_KEY` field empty
- Provide any placeholder value (e.g., `mock-key`, `test`, etc.)
**What you get:**
- All 9 tools available with realistic mock data
- Sample projects (ABC, XYZ) and tasks (ABC-1, ABC-2, etc.)
- Full MCP functionality for testing and development
- No real API calls - completely safe for experimentation
#### 🚀 **Production Mode (Real API)**
For actual CodeRide users who want to integrate with their real projects and tasks.
**How to activate:** Provide a valid CodeRide API key that starts with `CR_API_KEY_`
**What you get:**
- Full integration with your CodeRide workspace
- Real project and task data
- Ability to update tasks and projects
- Complete workflow automation
### Traditional MCP Configuration
For non-Smithery deployments, add this configuration to your MCP client:
```json
{
"mcpServers": {
"CodeRide": {
"command": "npx",
"args": ["-y", "@coderi