Linear MCP Server Extension for Zed
@dvcrn
关于 Linear MCP Server Extension for Zed
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-linear": {
"command": "npx",
"args": [
"-y",
"mcp-server-linear"
],
"env": {
"LINEAR_ACCESS_TOKEN": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Linear MCP Server Extension for Zed?
Linear MCP Server Extension for Zed integrates a Linear MCP Server into Zed's AI Assistant, enabling direct interaction with Linear through Zed. It is designed for Zed users who want to manage Linear issues, projects, and comments without leaving their editor.
How to use Linear MCP Server Extension for Zed?
Obtain a Linear API key (developer token or personal API key) and add it to Zed's settings.json under the context_servers field with the key mcp-server-linear. Optionally set a tool_prefix for multiple workspace support. You can also configure the extension directly in an Agent profile.
Key features of Linear MCP Server Extension for Zed
- Full Linear API integration through MCP
- Create, update, and manage issues directly from Zed
- Comment management (create, update, delete, resolve)
- Project and milestone management
- Multiple workspace support with tool prefixes
- Advanced issue search and filtering
- Label management and parent/child issue relationships
Use cases of Linear MCP Server Extension for Zed
- Creating and updating Linear issues while coding in Zed
- Managing issue comments, labels, and relationships from the AI Assistant
- Searching and filtering issues across workspaces
- Handling projects and milestones without switching context
- Working with multiple Linear workspaces simultaneously
FAQ from Linear MCP Server Extension for Zed
How do I get a Linear API key?
You can create a developer token from Linear's Workspace Settings > API > OAuth application, or a personal API key from Personal Settings > API > Personal API Keys.
How do I configure the extension in Zed?
Add your API key to Zed's settings.json under context_servers with the key mcp-server-linear and the setting linear_api_key. An optional tool_prefix can distinguish workspaces.
Can I use multiple Linear workspaces?
Yes, by using the optional tool_prefix setting to prefix all Linear tool names (e.g., company1_linear_create_issue) so tools from different workspaces are clearly separated.
How do I run multiple instances simultaneously?
Define different command blocks in context_servers with unique TOOL_PREFIX values—one provided through the Zed extension, another via npx with environment variables.
What does the tool_prefix setting do?
It prefixes every Linear tool’s name (e.g., workspace2_linear_create_issue) to prevent naming conflicts when operating multiple workspaces.
版本控制 分类下的更多 MCP 服务器
MCP GitHub Project Manager
kunwarViveka mcp server to manage github project's functionality
Atlassian Data Center MCP
b1ffMCP servers for the Atlassian products (Bitbucket, Confluence, JIRA) of the Data Center version
Github Mcp Server
githubGitHub's official MCP Server
Git MCP Server
cyanheadsA Git MCP server for AI agents. STDIO & Streamable HTTP.
MCP Atlassian
soopersetMCP server for Atlassian tools (Confluence, Jira)
评论