Back to all clients
Sourcegraph Cody
AI coding assistant from Sourcegraph with deep codebase understanding.
Installation Steps
- 1Install the Cody extension for VS Code
- 2Sign in with your Sourcegraph account
- 3Open VS Code Settings
- 4Search for 'Cody MCP'
- 5Add the server configuration
Configuration
Config Location
VS Code Settings > Cody > MCPAdd this to your configuration:
{
"cody.experimental.mcp.servers": {
"startup-starter-kit": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://www.thestartupstarterkit.com/api/mcp"]
}
}
}Try These Queries
"What tools help with code review and collaboration?"
"Find startup problems related to scaling engineering teams"