Skip to main content

Overview

This guide walks you through removing the ByteRover V2 MCP server configuration from Zed.
We guide assume you’ve previously connected Zed with ByteRover V2 via the guide here.

Steps

1

Delete the MCP Server

Open Zed MCP Settings and delete the byterover-mcp server:Delete MCP Server
2

Remove Automated Instructions

In your project, open the AGENTS.md file and remove this block:
[byterover-mcp]

You are given two tools from Byterover MCP server, including
## 1. `byterover-store-knowledge`
You `MUST` always use this tool when:

+ Learning new patterns, APIs, or architectural decisions from the codebase
+ Encountering error solutions or debugging techniques
+ Finding reusable code patterns or utility functions
+ Completing any significant task or plan implementation

## 2. `byterover-retrieve-knowledge`
You `MUST` always use this tool when:

+ Starting any new task or implementation to gather relevant context
+ Before making architectural decisions to understand existing patterns
+ When debugging issues to check for previous solutions
+ Working with unfamiliar parts of the codebase
3

Verify Removal

Restart Zed and verify that byterover-mcp is no longer listed in the MCP settings.

Need Help?