Skip to content

Amp

Amp is a terminal coding agent from Sourcegraph, the company behind universal code search. It leverages Sourcegraph's code intelligence to understand relationships across repositories, then uses MCP to extend that understanding with external data — deployment states, API schemas, monitoring metrics, or anything else your team needs while coding.


Am
Amp
Sourcegraph · sourcegraph.com/amp
TRANSPORT
Streamable HTTP ✓
PLATFORM
Windows · macOS · Linux
MCP VIA
Config File

Code Intelligence + External Tools

Sourcegraph's indexing engine powers Amp's ability to find symbols, usages, and relationships across multiple repositories. This code intelligence is the context that the LLM uses to reason about your codebase.

When you add MCP servers, the agent gains access to data that lives outside your code: production logs, feature flags, issue trackers, or API documentation. The result is a coding session that takes the full picture into account — not just what's in the source files.

This is particularly powerful for large-scale refactors that span multiple services. Amp can trace a function call across repositories, check its deployment state via MCP, and apply consistent changes everywhere.

Capabilities that benefit from MCP:

  • Cross-repo context — search and understand code across multiple repositories simultaneously
  • Semantic code intelligence — go-to-definition, find-references, and type information
  • Threads — resume prior conversations with full context
  • Multi-model — choose between Claude, GPT, or other supported providers
  • Checkpoint system — preview and revert changes before committing

Adding Vinkius Cloud

1. Create a Token

Go to Vinkius Cloud → your server → Connection TokensCreate. Copy the URL.

2. Configure Amp

Add the MCP server entry to your Amp configuration file:

json
{
  "mcpServers": {
    "vinkius": {
      "url": "https://edge.vinkius.com/{TOKEN}/mcp"
    }
  }
}

3. Start Coding

bash
amp

Amp discovers your MCP tools alongside Sourcegraph's built-in code intelligence. Ask it to perform a task that combines code context with external data, and it will use both seamlessly.


FAQ

How does Amp use Sourcegraph code intelligence with MCP? Amp uses Sourcegraph for code-level context (symbols, types, references) and MCP for external systems (APIs, databases, monitoring). The LLM orchestrates both sources to complete tasks.

Do I need a Sourcegraph instance? Amp works standalone, but connecting a Sourcegraph instance unlocks cross-repo search and richer code intelligence.

Can I resume sessions that used MCP tools? Yes. Amp's thread system preserves the full conversation, including MCP tool calls and their results. You can pick up exactly where you left off.

Is Amp free? Amp offers a free tier with limited usage. Pro and Enterprise plans are available through Sourcegraph.