Zed Editor Extension for Shortcut's MCP Server
{
"mcpServers": {
"zed-extension-mcp-server-shortcut": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Zed Editor Extension for Shortcut's MCP Server
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
Apache-2.0. View license →
Is it maintained?
Last commit 231 days ago. 2 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for Zed Extension Mcp Server Shortcut and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This extension integrates Shortcut's Model Context Protocol (MCP) server with the Zed text editor, enabling developers to interact with their Shortcut workspace directly from within their editor.
The Model Context Protocol (MCP) is an open standard that enables AI assistants to securely access external data sources and tools. This extension leverages MCP to provide seamless integration between Zed's AI features and Shortcut's project management capabilities.
With this extension, you can:
Before using this extension, you'll need:
@shortcut/mcp package.Upon installing the extension, Zed should prompt you to include your Shortcut API token, which is all you need to configure.
If not, add the following to your Zed settings manually:
{
"context_servers": {
"mcp-server-shortcut": {
"settings": {
"shortcut_api_token": "YOUR_API_TOKEN_HERE"
}
}
}
}
Replace YOUR_API_TOKEN_HERE with your actual Shortcut API token.
Once configured, the Shortcut MCP server will be available to Zed's AI assistant. You can:
Example prompts:
This extension is built using:
The extension automatically manages the lifecycle of the MCP server, including:
@shortcut/mcp)To contribute to this extension:
cargo build --releaseFor issues related to:
The structure and implementation of this extension was based heavily on the mcp-server-brave-search extension.
Copyright © 2025 Shortcut Software Company
Licensed under the Apache License, Version 2.0 (the "License"); you may not